Skip to content

Commit 17daabc

Browse files
[ci] Exclude quick_actions from Android emulators (#5847)
To address extreme flake in the tree. See flutter/flutter#141136
1 parent 5aef49b commit 17daabc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.ci/targets/android_platform_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks:
2121
args: ["native-test", "--android", "--no-integration", "--exclude=script/configs/exclude_native_unit_android.yaml,script/configs/still_requires_api_33_avd.yaml"]
2222
- name: native integration tests
2323
script: script/tool_runner.sh
24-
args: ["native-test", "--android", "--no-unit", "--exclude=script/configs/still_requires_api_33_avd.yaml"]
24+
args: ["native-test", "--android", "--no-unit", "--exclude=script/configs/exclude_native_integration_android_emulator.yaml,script/configs/still_requires_api_33_avd.yaml"]
2525
- name: drive examples
2626
script: script/tool_runner.sh
2727
args: ["drive-examples", "--android", "--exclude=script/configs/exclude_integration_android.yaml,script/configs/exclude_integration_android_emulator.yaml,script/configs/still_requires_api_33_avd.yaml"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Incredibly flaky, see https://github.com/flutter/flutter/issues/141136
2+
# TODO(stuartmorgan): Remove once the flake is fixed.
3+
- quick_actions_android

0 commit comments

Comments
 (0)