Skip to content

Commit f95a24f

Browse files
[google_maps_flutter] Skip test that hangs iOS CI (#8958)
This test stared hanging in CI due to OOB failure. Skipping to re-open the tree while it's investigated. See flutter/flutter#166139
1 parent a1b1cf1 commit f95a24f

File tree

1 file changed

+3
-1
lines changed
  • packages/google_maps_flutter/google_maps_flutter/example/integration_test/src

1 file changed

+3
-1
lines changed

packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/maps_inspector.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,9 @@ void runTests() {
711711
variant: _cameraUpdateTypeVariants,
712712
// TODO(stuartmorgan): Remove skip for Android platform once Maps API key is
713713
// available for LUCI, https://github.com/flutter/flutter/issues/131071
714-
skip: isAndroid,
714+
skip: isAndroid ||
715+
// Hanging in CI, https://github.com/flutter/flutter/issues/166139
716+
isIOS,
715717
);
716718

717719
/// Tests animating the camera with specified durations to verify timing

0 commit comments

Comments
 (0)