We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638dd07 commit 1b8b8daCopy full SHA for 1b8b8da
packages/google_maps_flutter/google_maps_flutter/example/ios/RunnerUITests/GoogleMapsUITests.m
@@ -42,7 +42,8 @@ - (void)setUp {
42
}];
43
}
44
45
-- (void)testUserInterface {
+// Temporarily disabled due to https://github.com/flutter/flutter/issues/93325
46
+- (void)skip_testUserInterface {
47
XCUIApplication* app = self.app;
48
XCUIElement* userInteface = app.staticTexts[@"User interface"];
49
if (![userInteface waitForExistenceWithTimeout:30.0]) {
0 commit comments