aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-04-05 09:25:01 -0700
committerGravatar GitHub <noreply@github.com>2017-04-05 09:25:01 -0700
commit80b4a8af196524ebda6907a20361307fecd1a757 (patch)
tree564dfeeb1beac328d46a15d611fc49018dc2310f /src
parentbbcf378192d949c1a81cdae96a584e8e7b453e81 (diff)
parentd0ee7a92baa0791083e03dd55745b7a7c5c51e88 (diff)
Merge pull request #10460 from muxi/disable-cronet-unit-tests
Disable CronetUnitTests for possible Jenkins flakiness
Diffstat (limited to 'src')
-rwxr-xr-xsrc/objective-c/tests/run_tests.sh16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index bd7c2945a2..0e82bcaa44 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -68,12 +68,16 @@ xcodebuild \
-destination name="iPhone 6" \
test | xcpretty
-echo "TIME: $(date)"
-xcodebuild \
- -workspace Tests.xcworkspace \
- -scheme CronetUnitTests \
- -destination name="iPhone 6" \
- test | xcpretty
+# Temporarily disabled for (possible) flakiness on Jenkins.
+# Fix or reenable after confirmation/disconfirmation that it is the source of
+# Jenkins problem.
+
+# echo "TIME: $(date)"
+# xcodebuild \
+# -workspace Tests.xcworkspace \
+# -scheme CronetUnitTests \
+# -destination name="iPhone 6" \
+# test | xcpretty
echo "TIME: $(date)"
xcodebuild \