Disable a flaky Scenarios test (flutter/engine#21075)

This disables the macOS Scenarios app test
testFlutterViewControllerDetachingSendsApplicationLifecycle
until a fix for the flakiness is found.

Related issue: https://github.com/flutter/flutter/issues/61620
This commit is contained in:
Chris Bracken 2020-09-10 13:21:17 -07:00 committed by GitHub
parent e40f3637e0
commit 9ef075582e

View File

@ -227,7 +227,9 @@ FLUTTER_ASSERT_ARC
[engine setViewController:nil];
}
- (void)testFlutterViewControllerDetachingSendsApplicationLifecycle {
// TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
// has been identified. https://github.com/flutter/flutter/issues/61620
- (void)skip_testFlutterViewControllerDetachingSendsApplicationLifecycle {
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"];
// Let the engine finish booting (at the end of which the channels are properly set-up) before