Unverified Commit 45a7a2c0 authored by Dan Field's avatar Dan Field Committed by GitHub

skip flaky test (#70881)

Skip flaky iOS XCUITest
parent 7086a2f4
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
XCTAssertTrue([app.navigationBars[@"Flutter iOS Demos Home"] waitForExistenceWithTimeout:60.0]); XCTAssertTrue([app.navigationBars[@"Flutter iOS Demos Home"] waitForExistenceWithTimeout:60.0]);
} }
// TODO(dnfield): this test has become flaky, fix https://github.com/flutter/flutter/issues/70630 and re-enable.
- (void)testFlutterViewWarm { - (void)testFlutterViewWarm {
XCUIApplication *app = [[XCUIApplication alloc] init]; XCUIApplication *app = [[XCUIApplication alloc] init];
[app launch]; [app launch];
......
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
BlueprintName = "FlutterUITests" BlueprintName = "FlutterUITests"
ReferencedContainer = "container:Host.xcodeproj"> ReferencedContainer = "container:Host.xcodeproj">
</BuildableReference> </BuildableReference>
<SkippedTests>
<Test
Identifier = "FlutterUITests/testFlutterViewWarm">
</Test>
</SkippedTests>
</TestableReference> </TestableReference>
</Testables> </Testables>
</TestAction> </TestAction>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment