From 6f3849ea7bc3e79d02640ad7a3657806d525d601 Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Mon, 31 Aug 2015 10:35:25 -0700 Subject: [PATCH] [RN] Disable TimersTest - sporadic failures on Travis Summary: Can't get any local failures to trigger. Travis failure: https://travis-ci.org/facebook/react-native/jobs/78064148 --- .../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 267ed1409..ccf5e7f74 100644 --- a/Examples/UIExplorer/UIExplorerIntegrationTests/IntegrationTests.m +++ b/Examples/UIExplorer/UIExplorerIntegrationTests/IntegrationTests.m @@ -57,7 +57,7 @@ expectErrorRegex:@"because shouldThrow"]; } -- (void)testTimers +- (void)DISABLED_testTimers // #8192477 { [_runner runTest:_cmd module:@"TimersTest"]; }