Unverified Commit e5f2236a authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Turn off flaky module_test_ios FlutterUITests (#71730)

parent 268656a8
......@@ -7,6 +7,7 @@
@interface FlutterUITests : XCTestCase
@end
// TODO(jmagman): These tests has become flaky and are disabled in the test scheme. Fix https://github.com/flutter/flutter/issues/70630 and re-enable.
@implementation FlutterUITests
- (void)setUp {
......@@ -43,7 +44,6 @@
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];
......
......@@ -39,7 +39,7 @@
</BuildableReference>
<SkippedTests>
<Test
Identifier = "FlutterUITests/testFlutterViewWarm">
Identifier = "FlutterUITests">
</Test>
</SkippedTests>
</TestableReference>
......
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