Disable ImageSnapshotTest on tvOS
Summary: This test is failing there, so let's disable it for now. Reviewed By: shergin Differential Revision: D4562533 fbshipit-source-id: bf7e871bc227f870d4b7c228b41e65e725f54255
This commit is contained in:
parent
908ec178fc
commit
b99c1d3557
|
@ -68,7 +68,9 @@ RCT_TEST(TimersTest)
|
|||
RCT_TEST(AsyncStorageTest)
|
||||
RCT_TEST(AppEventsTest)
|
||||
RCT_TEST(ImageCachePolicyTest)
|
||||
#if !TARGET_OS_TV
|
||||
RCT_TEST(ImageSnapshotTest)
|
||||
#endif
|
||||
//RCT_TEST(LayoutEventsTest) // Disabled due to flakiness: #8686784
|
||||
RCT_TEST(SimpleSnapshotTest)
|
||||
RCT_TEST(PromiseTest)
|
||||
|
|
Loading…
Reference in New Issue