Add missing reference image for tvOS ImageSnapshotTest

Summary:
This should fix the failing ImageSnapshotTest that was added to the IntegrationTests for iOS and tvOS.
Closes https://github.com/facebook/react-native/pull/12391

Differential Revision: D4578345

Pulled By: javache

fbshipit-source-id: 13ff305276c46256fcdbb9fc070a8c08cdc0dd0a
This commit is contained in:
dlowder-salesforce 2017-02-17 05:13:37 -08:00 committed by Facebook Github Bot
parent 0c8e925a18
commit e29ba72ba7
2 changed files with 0 additions and 2 deletions

View File

@ -68,9 +68,7 @@ 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)