Skip to content

Commit 799a590

Browse files
[google_maps_flutter] Skip impl copy of iOS tests (flutter#8975)
Skips the implementation package copy of the tests that have already been skipped in the app-facing package, as they are hanging the same way. This was masked by the hangs in the app-facing package, as they ran first in all-package test runs. Part of flutter#166139
1 parent 0ef3d44 commit 799a590

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)