diff --git a/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/integration_test/google_maps_test.dart b/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/integration_test/google_maps_test.dart index 8883fd47020..9c700671465 100644 --- a/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/integration_test/google_maps_test.dart +++ b/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/integration_test/google_maps_test.dart @@ -1642,6 +1642,8 @@ void main() { await tester.pumpAndSettle(); }, variant: _cameraUpdateTypeVariants, + // Hanging in CI, https://github.com/flutter/flutter/issues/166139 + skip: true, ); /// Tests animating the camera with specified durations to verify timing @@ -1786,6 +1788,8 @@ void main() { await tester.pumpAndSettle(); }, variant: _cameraUpdateTypeVariants, + // Hanging in CI, https://github.com/flutter/flutter/issues/166139 + skip: true, ); }