From b2c545dcb63d41a24fd36736079e90d4187fe93b Mon Sep 17 00:00:00 2001 From: Mehdi Mulani Date: Mon, 13 Feb 2017 17:35:43 -0800 Subject: [PATCH] Try to re-enable some failing tests Reviewed By: fkgozali Differential Revision: D4552657 fbshipit-source-id: ce247839a8ea8a85885c2b20ca4f50801adf88e1 --- .../UIExplorerIntegrationTests/UIExplorerIntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorerIntegrationTests/UIExplorerIntegrationTests.m b/Examples/UIExplorer/UIExplorerIntegrationTests/UIExplorerIntegrationTests.m index e6ccdad9d..f52f9912e 100644 --- a/Examples/UIExplorer/UIExplorerIntegrationTests/UIExplorerIntegrationTests.m +++ b/Examples/UIExplorer/UIExplorerIntegrationTests/UIExplorerIntegrationTests.m @@ -68,7 +68,7 @@ RCT_TEST(TimersTest) RCT_TEST(AsyncStorageTest) RCT_TEST(AppEventsTest) RCT_TEST(ImageCachePolicyTest) -//RCT_TEST(ImageSnapshotTest) // Disabled: #8985988 +RCT_TEST(ImageSnapshotTest) //RCT_TEST(LayoutEventsTest) // Disabled due to flakiness: #8686784 RCT_TEST(SimpleSnapshotTest) RCT_TEST(PromiseTest)