Skip to content

Commit

Permalink
[google_maps_flutter][iOS 12] Skip testTakeSnapshot (flutter#6120)
Browse files Browse the repository at this point in the history
Skips `testTakeSnapshot` test re-enabeld by flutter/packages#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.
  • Loading branch information
camsim99 authored Feb 14, 2024
1 parent abb04bb commit 8c263ef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8c263ef

Please sign in to comment.