From 2762f53cdf3f39e209f0c8f584567ff93b4f1b90 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 18 Sep 2015 14:42:56 -0400 Subject: [iOS] disable perfectly good tests so they stop flapping on Travis Travis is inconsistently failing the following tests, so let's temporarily disable them. - `testDirectionSet` - `testCompassTap` - `testDirectionReset` - `testCenterSet` - `testDelegateRegionDidChange` It bears repeating that these tests _only_ fail on Travis, running them locally has always passed. Fixes #2347 --- test/ios/MapViewTests.m | 2 +- .../xcshareddata/xcschemes/Mapbox GL Tests.xcscheme | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'test/ios') diff --git a/test/ios/MapViewTests.m b/test/ios/MapViewTests.m index d0913670c5..1de31c6ccd 100644 --- a/test/ios/MapViewTests.m +++ b/test/ios/MapViewTests.m @@ -66,7 +66,7 @@ [tester.compass tap]; - [tester waitForTimeInterval:1]; + [tester waitForTimeInterval:2]; XCTAssertEqual(tester.mapView.direction, 0, diff --git a/test/ios/ios-tests.xcodeproj/xcshareddata/xcschemes/Mapbox GL Tests.xcscheme b/test/ios/ios-tests.xcodeproj/xcshareddata/xcschemes/Mapbox GL Tests.xcscheme index c80cdb3d57..5f3f7f1921 100644 --- a/test/ios/ios-tests.xcodeproj/xcshareddata/xcschemes/Mapbox GL Tests.xcscheme +++ b/test/ios/ios-tests.xcodeproj/xcshareddata/xcschemes/Mapbox GL Tests.xcscheme @@ -52,9 +52,24 @@ ReferencedContainer = "container:ios-tests.xcodeproj"> + + + + + + + + + + -- cgit v1.2.1