Skip to content

Commit

Permalink
[google_maps_flutter_android] Disable flaky testToggleInfo test (fl…
Browse files Browse the repository at this point in the history
…utter#4629)

Disables flaky `testToggleInfo` test blocking the tree. See flutter/flutter#131783.
  • Loading branch information
camsim99 authored Aug 2, 2023
1 parent 3dc00c1 commit 4e4961a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,9 @@ void googleMapsTests() {
await controller.hideMarkerInfoWindow(marker.markerId);
iwVisibleStatus = await controller.isMarkerInfoWindowShown(marker.markerId);
expect(iwVisibleStatus, false);
});
},
// TODO(camsim99): Fix https://github.com/flutter/flutter/issues/131783.
skip: true);

testWidgets('fromAssetImage', (WidgetTester tester) async {
const double pixelRatio = 2;
Expand Down

0 comments on commit 4e4961a

Please sign in to comment.