Skip to content

Commit 9bca9e7

Browse files
[google_maps_flutter] Temporarily disable googleMapsPluginIsAdded (flutter#4214)
Currently has an out-of-band failure on master. Ignoring to re-open the tree.
1 parent a3accd7 commit 9bca9e7

File tree

1 file changed

+2
-0
lines changed
  • packages/google_maps_flutter/google_maps_flutter/example/android/app/src/androidTest/java/io/flutter/plugins/googlemapsexample

1 file changed

+2
-0
lines changed

packages/google_maps_flutter/google_maps_flutter/example/android/app/src/androidTest/java/io/flutter/plugins/googlemapsexample/GoogleMapsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88

99
import androidx.test.core.app.ActivityScenario;
1010
import io.flutter.plugins.googlemaps.GoogleMapsPlugin;
11+
import org.junit.Ignore;
1112
import org.junit.Test;
1213

1314
public class GoogleMapsTest {
15+
@Ignore("Currently failing: https://github.com/flutter/flutter/issues/87566")
1416
@Test
1517
public void googleMapsPluginIsAdded() {
1618
final ActivityScenario<GoogleMapsTestActivity> scenario =

0 commit comments

Comments
 (0)