mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 14:18:54 +08:00
[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:
@ -958,7 +958,9 @@ void googleMapsTests() {
|
|||||||
await controller.hideMarkerInfoWindow(marker.markerId);
|
await controller.hideMarkerInfoWindow(marker.markerId);
|
||||||
iwVisibleStatus = await controller.isMarkerInfoWindowShown(marker.markerId);
|
iwVisibleStatus = await controller.isMarkerInfoWindowShown(marker.markerId);
|
||||||
expect(iwVisibleStatus, false);
|
expect(iwVisibleStatus, false);
|
||||||
});
|
},
|
||||||
|
// TODO(camsim99): Fix https://github.com/flutter/flutter/issues/131783.
|
||||||
|
skip: true);
|
||||||
|
|
||||||
testWidgets('fromAssetImage', (WidgetTester tester) async {
|
testWidgets('fromAssetImage', (WidgetTester tester) async {
|
||||||
const double pixelRatio = 2;
|
const double pixelRatio = 2;
|
||||||
|
Reference in New Issue
Block a user