Skip to content

Commit 09e94d6

Browse files
stuartmorgan-gandroidseb
authored andcommitted
[google_maps_flutter] Skip more hanging iOS tests (flutter#8967)
Now `testAnimateCameraWithDuration` is failing as well, as I had expected previously. It's not clear why it didn't fail in the PR where I disabled the `WithoutDuration` variant but is failing now. Part of flutter/flutter#166139
1 parent ade4283 commit 09e94d6

File tree

1 file changed

+6
-3
lines changed
  • packages/google_maps_flutter/google_maps_flutter/example/integration_test/src

1 file changed

+6
-3
lines changed

packages/google_maps_flutter/google_maps_flutter/example/integration_test/src/maps_inspector.dart

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,12 @@ void runTests() {
866866
variant: _cameraUpdateTypeVariants,
867867
// TODO(jokerttu): Remove skip once the web implementation is available,
868868
// https://github.com/flutter/flutter/issues/159265
869-
// TODO(stuartmorgan): Remove skip for Android platform once Maps API key is
870-
// available for LUCI, https://github.com/flutter/flutter/issues/131071
871-
skip: kIsWeb || isAndroid,
869+
skip: kIsWeb ||
870+
// TODO(stuartmorgan): Remove skip for Android platform once Maps API key is
871+
// available for LUCI, https://github.com/flutter/flutter/issues/131071
872+
isAndroid ||
873+
// Hanging in CI, https://github.com/flutter/flutter/issues/166139
874+
isIOS,
872875
);
873876
}
874877

0 commit comments

Comments
 (0)