This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
testing/scenario_app/ios/Scenarios/ScenariosTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments