From 0fc01d1363342304e7f798e34e20e98347f03e0f Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Tue, 26 Sep 2023 12:53:08 -0400 Subject: [PATCH] [ci] Disable maps tests in Android emulator 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 https://github.com/flutter/flutter/issues/130986 --- script/configs/exclude_integration_android_emulator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/script/configs/exclude_integration_android_emulator.yaml b/script/configs/exclude_integration_android_emulator.yaml index bcb8c4f00a6c..abf8e1af7351 100644 --- a/script/configs/exclude_integration_android_emulator.yaml +++ b/script/configs/exclude_integration_android_emulator.yaml @@ -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