diff --git a/packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart b/packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart index 9246466d00cf..8742ff31af42 100644 --- a/packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart +++ b/packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart @@ -426,10 +426,6 @@ void main() { }); testWidgets('testInitialCenterLocationAtCenter', (WidgetTester tester) async { - // TODO(bparrishMines): Remove this line when resizing virtual displays doesn't - // clamp displays that are smaller than the screen. - // See https://github.com/flutter/flutter/issues/106750 - AndroidGoogleMapsFlutter.useAndroidViewSurface = true; await tester.binding.setSurfaceSize(const Size(800, 600)); final Completer mapControllerCompleter =