mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 22:58:19 +00:00
Disable Snapshot tests for Text component on iOS
One of the cherry-picks updates snapshot for Text component. We would need to cherry-pick other few commits to make sure the code in this branch corresponds to the image provided. Since re-generating an image takes a lot of time, I am going to skip running tests for Text for now.
This commit is contained in:
parent
f0bc491452
commit
ffa6d2921a
@ -39,7 +39,7 @@ RCT_TEST(ViewExample)
|
||||
RCT_TEST(LayoutExample)
|
||||
RCT_TEST(ARTExample)
|
||||
RCT_TEST(ScrollViewExample)
|
||||
RCT_TEST(TextExample)
|
||||
//RCT_TEST(TextExample)
|
||||
#if !TARGET_OS_TV
|
||||
// No switch or slider available on tvOS
|
||||
RCT_TEST(SwitchExample)
|
||||
|
Loading…
x
Reference in New Issue
Block a user