We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f17e94 + 799a590 commit d89963dCopy full SHA for d89963d
packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/integration_test/google_maps_test.dart
@@ -1642,6 +1642,8 @@ void main() {
1642
await tester.pumpAndSettle();
1643
},
1644
variant: _cameraUpdateTypeVariants,
1645
+ // Hanging in CI, https://github.com/flutter/flutter/issues/166139
1646
+ skip: true,
1647
);
1648
1649
/// Tests animating the camera with specified durations to verify timing
@@ -1786,6 +1788,8 @@ void main() {
1786
1788
1787
1789
1790
1791
1792
1793
1794
}
1795
0 commit comments