From c522e3b16e06e6a33f9a904657f440bc81d9d640 Mon Sep 17 00:00:00 2001 From: Tadeu Zagallo Date: Tue, 1 Sep 2015 06:58:00 -0700 Subject: [PATCH] [ReactNative] Re-enable timers test Summary: Timers test was failing but I believe that D2399150 fixes it. Re-enable and monitor. --- .../UIExplorer/UIExplorerIntegrationTests/IntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorerIntegrationTests/IntegrationTests.m b/Examples/UIExplorer/UIExplorerIntegrationTests/IntegrationTests.m index ccf5e7f74..267ed1409 100644 --- a/Examples/UIExplorer/UIExplorerIntegrationTests/IntegrationTests.m +++ b/Examples/UIExplorer/UIExplorerIntegrationTests/IntegrationTests.m @@ -57,7 +57,7 @@ expectErrorRegex:@"because shouldThrow"]; } -- (void)DISABLED_testTimers // #8192477 +- (void)testTimers { [_runner runTest:_cmd module:@"TimersTest"]; }