Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -866,9 +866,12 @@ void runTests() {
variant: _cameraUpdateTypeVariants,
// TODO(jokerttu): Remove skip once the web implementation is available,
// https://github.com/flutter/flutter/issues/159265
// TODO(stuartmorgan): Remove skip for Android platform once Maps API key is
// available for LUCI, https://github.com/flutter/flutter/issues/131071
skip: kIsWeb || isAndroid,
skip: kIsWeb ||
// TODO(stuartmorgan): Remove skip for Android platform once Maps API key is
// available for LUCI, https://github.com/flutter/flutter/issues/131071
isAndroid ||
// Hanging in CI, https://github.com/flutter/flutter/issues/166139
isIOS,
);
}

Expand Down