Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 55d447a

Browse files
authored
Disable a flaky Scenarios test (#21075)
This disables the macOS Scenarios app test testFlutterViewControllerDetachingSendsApplicationLifecycle until a fix for the flakiness is found. Related issue: flutter/flutter#61620
1 parent c884306 commit 55d447a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/scenario_app/ios/Scenarios/ScenariosTests/AppLifecycleTests.m

+3-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ - (void)testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
227227
[engine setViewController:nil];
228228
}
229229

230-
- (void)testFlutterViewControllerDetachingSendsApplicationLifecycle {
230+
// TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
231+
// has been identified. https://github.com/flutter/flutter/issues/61620
232+
- (void)skip_testFlutterViewControllerDetachingSendsApplicationLifecycle {
231233
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"];
232234

233235
// Let the engine finish booting (at the end of which the channels are properly set-up) before

0 commit comments

Comments
 (0)