Skip to content

Commit

Permalink
[google_maps_flutter] Disable XCUITest (flutter#4490)
Browse files Browse the repository at this point in the history
Temporarily disables the only XCUITest for Maps until the cause of
flutter/flutter#93325 is found and fixed, in
order to re-open the tree.
  • Loading branch information
stuartmorgan authored Nov 9, 2021
1 parent c1ee0d3 commit 688ab6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ - (void)setUp {
}];
}

- (void)testUserInterface {
// Temporarily disabled due to https://github.com/flutter/flutter/issues/93325
- (void)skip_testUserInterface {
XCUIApplication* app = self.app;
XCUIElement* userInteface = app.staticTexts[@"User interface"];
if (![userInteface waitForExistenceWithTimeout:30.0]) {
Expand Down

0 comments on commit 688ab6f

Please sign in to comment.