Skip to content

Commit

Permalink
[ci] Exclude quick_actions from Android emulators (flutter#5847)
Browse files Browse the repository at this point in the history
To address extreme flake in the tree.

See flutter/flutter#141136
  • Loading branch information
stuartmorgan authored and arc-yong committed Jun 14, 2024
1 parent 02650fc commit c4815b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/targets/android_platform_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
args: ["native-test", "--android", "--no-integration", "--exclude=script/configs/exclude_native_unit_android.yaml,script/configs/still_requires_api_33_avd.yaml"]
- name: native integration tests
script: script/tool_runner.sh
args: ["native-test", "--android", "--no-unit", "--exclude=script/configs/still_requires_api_33_avd.yaml"]
args: ["native-test", "--android", "--no-unit", "--exclude=script/configs/exclude_native_integration_android_emulator.yaml,script/configs/still_requires_api_33_avd.yaml"]
- name: drive examples
script: script/tool_runner.sh
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"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Incredibly flaky, see https://github.com/flutter/flutter/issues/141136
# TODO(stuartmorgan): Remove once the flake is fixed.
- quick_actions_android

0 comments on commit c4815b7

Please sign in to comment.