diff --git a/packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/google_maps_tests.dart b/packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/google_maps_tests.dart index 345038f6ad9a..7c400434a345 100644 --- a/packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/google_maps_tests.dart +++ b/packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/google_maps_tests.dart @@ -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;