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 @@
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 {
XCUIApplication *app = [[XCUIApplication alloc] init];
[app launch];
......
......@@ -37,6 +37,11 @@
BlueprintName = "FlutterUITests"
ReferencedContainer = "container:Host.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "FlutterUITests/testFlutterViewWarm">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
</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