Skip to content

Commit

Permalink
[ci] Disable maps tests in Android emulator (flutter#5003)
Browse files Browse the repository at this point in the history
When the emulator tests for Android were brought up, `google_maps_fluter_android` was excluded due to flake. We're also seeing high flake from `google_maps_flutter` on Android, so disabling that as well.

We continue to have coverage of these tests via FTL, so it's only the relatively new emulator version that is being disabled here.

See flutter#130986
  • Loading branch information
stuartmorgan authored Sep 29, 2023
1 parent 8483ac2 commit c3cc4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/configs/exclude_integration_android_emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- camera_android_camerax
# Frequent flaky failures, see https://github.com/flutter/flutter/issues/130986
# TODO(stuartmorgan): Remove once the flake is fixed.
- google_maps_flutter
- google_maps_flutter_android

0 comments on commit c3cc4d8

Please sign in to comment.