From 11f7db293e5488690b87ee0260f910e49e5e0275 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 4 Apr 2016 11:52:10 -0700 Subject: [PATCH] [ios] Remove KIF-based tests from CI. They just don't work reliably. --- platform/ios/scripts/test.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/platform/ios/scripts/test.sh b/platform/ios/scripts/test.sh index a93121c357b..a2515e6fea7 100755 --- a/platform/ios/scripts/test.sh +++ b/platform/ios/scripts/test.sh @@ -4,9 +4,4 @@ set -e set -o pipefail set -u -xcodebuild \ - -project ./platform/ios/test/ios-tests.xcodeproj \ - -scheme 'Mapbox GL Tests' \ - -sdk iphonesimulator \ - -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \ - test +# No tests for now. KIF tests are too unreliable.