mirror of
https://github.com/flutter/packages.git
synced 2025-06-25 01:39:09 +08:00
[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:
@ -849,7 +849,9 @@ void main() {
|
|||||||
await controllerCompleter.future;
|
await controllerCompleter.future;
|
||||||
final Uint8List? bytes = await controller.takeSnapshot();
|
final Uint8List? bytes = await controller.takeSnapshot();
|
||||||
expect(bytes?.isNotEmpty, true);
|
expect(bytes?.isNotEmpty, true);
|
||||||
});
|
},
|
||||||
|
// TODO(stuartmorgan): Re-enable; see https://github.com/flutter/flutter/issues/139825
|
||||||
|
skip: true);
|
||||||
|
|
||||||
testWidgets(
|
testWidgets(
|
||||||
'set tileOverlay correctly',
|
'set tileOverlay correctly',
|
||||||
|
Reference in New Issue
Block a user