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

Commit 36a8d58

Browse files
committed
Disable iOS ScenariosTests suite
This leaves ScenariosUITests enabled. This also reverts commit 55d447a where one test was previously disabled. However, another started failing soon after, so instead we disable the whole suite here.
1 parent 55d447a commit 36a8d58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

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 {
230+
- (void)testFlutterViewControllerDetachingSendsApplicationLifecycle {
233231
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"];
234232

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

0 commit comments

Comments
 (0)