Skip to content

Commit 4e4961a

Browse files
authored
[google_maps_flutter_android] Disable flaky testToggleInfo test (#4629)
Disables flaky `testToggleInfo` test blocking the tree. See flutter/flutter#131783.
1 parent 3dc00c1 commit 4e4961a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/google_maps_tests.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,9 @@ void googleMapsTests() {
958958
await controller.hideMarkerInfoWindow(marker.markerId);
959959
iwVisibleStatus = await controller.isMarkerInfoWindowShown(marker.markerId);
960960
expect(iwVisibleStatus, false);
961-
});
961+
},
962+
// TODO(camsim99): Fix https://github.com/flutter/flutter/issues/131783.
963+
skip: true);
962964

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

0 commit comments

Comments
 (0)