[google_maps_flutter][iOS 12] Skip testTakeSnapshot (#6120)

Skips `testTakeSnapshot` test re-enabeld by https://github.com/flutter/packages/pull/5823, but causing failures and blocking the `flutter/packages` tree, e.g. https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_arm64%20ios_platform_tests_shard_2%20master/1697/overview.
This commit is contained in:
Camille Simon
2024-02-13 19:54:20 -05:00
committed by GitHub
parent abb04bb89c
commit 8c263efd41

View File

@ -849,7 +849,9 @@ void main() {
await controllerCompleter.future;
final Uint8List? bytes = await controller.takeSnapshot();
expect(bytes?.isNotEmpty, true);
});
},
// TODO(stuartmorgan): Re-enable; see https://github.com/flutter/flutter/issues/139825
skip: true);
testWidgets(
'set tileOverlay correctly',