We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b1cf1 commit f95a24fCopy full SHA for f95a24f
packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/maps_inspector.dart
@@ -711,7 +711,9 @@ void runTests() {
711
variant: _cameraUpdateTypeVariants,
712
// TODO(stuartmorgan): Remove skip for Android platform once Maps API key is
713
// available for LUCI, https://github.com/flutter/flutter/issues/131071
714
- skip: isAndroid,
+ skip: isAndroid ||
715
+ // Hanging in CI, https://github.com/flutter/flutter/issues/166139
716
+ isIOS,
717
);
718
719
/// Tests animating the camera with specified durations to verify timing
0 commit comments