mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
e40f3637e0
commit
9ef075582e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user