Skip to content

Commit d89963d

Browse files
Merge branch 'main' into codeowners-update-stuartmorgan
2 parents 1f17e94 + 799a590 commit d89963d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/integration_test/google_maps_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,8 @@ void main() {
16421642
await tester.pumpAndSettle();
16431643
},
16441644
variant: _cameraUpdateTypeVariants,
1645+
// Hanging in CI, https://github.com/flutter/flutter/issues/166139
1646+
skip: true,
16451647
);
16461648

16471649
/// Tests animating the camera with specified durations to verify timing
@@ -1786,6 +1788,8 @@ void main() {
17861788
await tester.pumpAndSettle();
17871789
},
17881790
variant: _cameraUpdateTypeVariants,
1791+
// Hanging in CI, https://github.com/flutter/flutter/issues/166139
1792+
skip: true,
17891793
);
17901794
}
17911795

0 commit comments

Comments
 (0)