Skip to content

Commit 20d8ea7

Browse files
Disable macOS integration tests (flutter#31216)
1 parent 3c8e3b0 commit 20d8ea7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cirrus.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ task:
195195
- name: $SHARD-macos
196196
env:
197197
matrix:
198-
- SHARD: integration_tests
198+
# The flakiness of this target has increased beyond tolerable levels. Until we can stabilize it,
199+
# keep the shard disabled.
200+
# - SHARD: integration_tests
199201
- SHARD: build_tests
200202
COCOAPODS_DISABLE_STATS: true
201203
FLUTTER_FRAMEWORK_DIR: "/tmp/flutter sdk/bin/cache/artifacts/engine/ios/"

0 commit comments

Comments
 (0)