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

Commit fa77e68

Browse files
authored
disable AppLifecycleTests (#22236)
1 parent 4e9459e commit fa77e68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ - (NSArray*)initialPresentLifecycles {
6262
return expectations;
6363
}
6464

65-
- (void)testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
65+
- (void)skip_testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
6666
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"];
6767
// Let the engine finish booting (at the end of which the channels are properly set-up) before
6868
// moving onto the next step of showing the next view controller.
@@ -197,7 +197,7 @@ - (void)testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
197197
[engine destroyContext];
198198
}
199199

200-
- (void)testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
200+
- (void)skip_testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
201201
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"];
202202

203203
// Let the engine finish booting (at the end of which the channels are properly set-up) before
@@ -300,7 +300,7 @@ - (void)testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
300300
[engine destroyContext];
301301
}
302302

303-
- (void)testFlutterViewControllerDetachingSendsApplicationLifecycle {
303+
- (void)skip_testFlutterViewControllerDetachingSendsApplicationLifecycle {
304304
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"];
305305

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

0 commit comments

Comments
 (0)