Merge pull request #10460 from muxi/disable-cronet-unit-tests

Disable CronetUnitTests for possible Jenkins flakiness
pull/10482/head
Muxi Yan 8 years ago committed by GitHub
commit 80b4a8af19
  1. 16
      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 \

Loading…
Cancel
Save