From 0fef570c9aafca3f82c93e6eff18860ae747dd47 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Mon, 31 Mar 2025 10:56:55 -0400 Subject: [PATCH] [google_maps_flutter] Skip test that hangs iOS CI This test stared hanging in CI due to OOB failure. Skipping to re-open the tree while it's investigated. See https://github.com/flutter/flutter/issues/166139 --- .../example/integration_test/src/maps_inspector.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/maps_inspector.dart b/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/maps_inspector.dart index 6b0ad280b054..9a03961c6948 100644 --- a/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/maps_inspector.dart +++ b/packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/maps_inspector.dart @@ -711,7 +711,9 @@ void runTests() { variant: _cameraUpdateTypeVariants, // TODO(stuartmorgan): Remove skip for Android platform once Maps API key is // available for LUCI, https://github.com/flutter/flutter/issues/131071 - skip: isAndroid, + skip: isAndroid || + // Hanging in CI, https://github.com/flutter/flutter/issues/166139 + isIOS, ); /// Tests animating the camera with specified durations to verify timing