We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
testToggleInfo
1 parent 3dc00c1 commit 4e4961aCopy full SHA for 4e4961a
packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/google_maps_tests.dart
@@ -958,7 +958,9 @@ void googleMapsTests() {
958
await controller.hideMarkerInfoWindow(marker.markerId);
959
iwVisibleStatus = await controller.isMarkerInfoWindowShown(marker.markerId);
960
expect(iwVisibleStatus, false);
961
- });
+ },
962
+ // TODO(camsim99): Fix https://github.com/flutter/flutter/issues/131783.
963
+ skip: true);
964
965
testWidgets('fromAssetImage', (WidgetTester tester) async {
966
const double pixelRatio = 2;
0 commit comments