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 a06362c commit d64d750Copy full SHA for d64d750
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