[google_maps_flutter_android] Disable flaky testToggleInfo test (#4629)

Disables flaky `testToggleInfo` test blocking the tree. See https://github.com/flutter/flutter/issues/131783.
This commit is contained in:
Camille Simon
2023-08-02 09:50:30 -07:00
committed by GitHub
parent 3dc00c1a32
commit 4e4961a24b

View File

@ -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;