From c3cc4d86dd1bc0b76f06c4181642517cb5848231 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Fri, 29 Sep 2023 12:53:05 -0700 Subject: [PATCH] [ci] Disable maps tests in Android emulator (#5003) 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 bcb8c4f00a..abf8e1af73 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