Skip to content

Commit 9ccfbca

Browse files
xsterchaselatta
authored andcommitted
disable AppLifecycleTests (flutter#22236)
1 parent 65eac29 commit 9ccfbca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)