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 @@ ...@@ -7,6 +7,7 @@
@interface FlutterUITests : XCTestCase @interface FlutterUITests : XCTestCase
@end @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 @implementation FlutterUITests
- (void)setUp { - (void)setUp {
...@@ -43,7 +44,6 @@ ...@@ -43,7 +44,6 @@
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];
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</BuildableReference> </BuildableReference>
<SkippedTests> <SkippedTests>
<Test <Test
Identifier = "FlutterUITests/testFlutterViewWarm"> Identifier = "FlutterUITests">
</Test> </Test>
</SkippedTests> </SkippedTests>
</TestableReference> </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