summaryrefslogtreecommitdiff
path: root/platform/ios/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-04 11:52:10 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-04 12:14:17 -0700
commit11f7db293e5488690b87ee0260f910e49e5e0275 (patch)
treed25b91e95799471480df1fe6f368c371d4deec39 /platform/ios/scripts
parent409822633de7f0f7c1e6a1d226ecd09ae0577a9a (diff)
downloadqtlocation-mapboxgl-11f7db293e5488690b87ee0260f910e49e5e0275.tar.gz
[ios] Remove KIF-based tests from CI. They just don't work reliably.
Diffstat (limited to 'platform/ios/scripts')
-rwxr-xr-xplatform/ios/scripts/test.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/platform/ios/scripts/test.sh b/platform/ios/scripts/test.sh
index a93121c357..a2515e6fea 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.