Skip to content

Commit 4daad4e

Browse files
committed
Revert "Re-enable (most) iOS Scenarios tests"
This reverts flutter#21087, which speculatively re-enabled the Scenarios iOS tests once we'd got Dart/Skia/Fuchsia rolls in, which had been blocked by flaky test runs. We'd hoped that that PR would be sufficient to eliminate the tree closures but new tests within the suite started failing instead. Reverting while the issue is root-caused and fixed. Related P0 issue: flutter/flutter#61620 This reverts commit bdaac36.
1 parent 5239e55 commit 4daad4e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

testing/scenario_app/run_ios_tests.sh

+11-6
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,14 @@ if [[ $# -eq 1 ]]; then
3333
FLUTTER_ENGINE="$1"
3434
fi
3535

36-
cd ios/Scenarios
37-
set -o pipefail && xcodebuild -sdk iphonesimulator \
38-
-scheme Scenarios \
39-
-destination 'platform=iOS Simulator,name=iPhone 8' \
40-
test \
41-
FLUTTER_ENGINE="$FLUTTER_ENGINE"
36+
echo "iOS Scenarios tests currently disabled due to flakiness"
37+
echo "See: https://github.com/flutter/flutter/issues/61620"
38+
39+
# TODO(cbracken): re-enable when
40+
# https://github.com/flutter/flutter/issues/61620 is fixed.
41+
# cd ios/Scenarios
42+
# set -o pipefail && xcodebuild -sdk iphonesimulator \
43+
# -scheme Scenarios \
44+
# -destination 'platform=iOS Simulator,name=iPhone 8' \
45+
# test \
46+
# FLUTTER_ENGINE="$FLUTTER_ENGINE"

0 commit comments

Comments
 (0)