RN: Disable testImageCachePolicyTest

Reviewed By: fkgozali

Differential Revision: D7878430

fbshipit-source-id: 60f0ca3f2b59987d618982c91a7e91a2f4b6a18b
This commit is contained in:
Tim Yung 2018-05-04 10:56:14 -07:00 committed by Facebook Github Bot
parent f5fcebabeb
commit cd48a6130b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ RCT_TEST(IntegrationTestHarnessTest)
RCT_TEST(TimersTest) RCT_TEST(TimersTest)
RCT_TEST(AsyncStorageTest) RCT_TEST(AsyncStorageTest)
RCT_TEST(AppEventsTest) RCT_TEST(AppEventsTest)
RCT_TEST(ImageCachePolicyTest) //RCT_TEST(ImageCachePolicyTest) // This test never passed.
RCT_TEST(ImageSnapshotTest) RCT_TEST(ImageSnapshotTest)
//RCT_TEST(LayoutEventsTest) // Disabled due to flakiness: #8686784 //RCT_TEST(LayoutEventsTest) // Disabled due to flakiness: #8686784
RCT_TEST(SimpleSnapshotTest) RCT_TEST(SimpleSnapshotTest)