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:
Mehdi Mulani 2017-02-14 18:42:59 -08:00 committed by Facebook Github Bot
parent 908ec178fc
commit b99c1d3557
1 changed files with 2 additions and 0 deletions

View File

@ -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)