From fa77e687118e19d1fec2a909b5cf850b879082ce Mon Sep 17 00:00:00 2001 From: xster Date: Fri, 30 Oct 2020 15:44:18 -0700 Subject: [PATCH] disable AppLifecycleTests (#22236) --- .../ios/Scenarios/ScenariosTests/AppLifecycleTests.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/scenario_app/ios/Scenarios/ScenariosTests/AppLifecycleTests.m b/testing/scenario_app/ios/Scenarios/ScenariosTests/AppLifecycleTests.m index 22cfde40885..d7db8420b00 100644 --- a/testing/scenario_app/ios/Scenarios/ScenariosTests/AppLifecycleTests.m +++ b/testing/scenario_app/ios/Scenarios/ScenariosTests/AppLifecycleTests.m @@ -62,7 +62,7 @@ FLUTTER_ASSERT_ARC return expectations; } -- (void)testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle { +- (void)skip_testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle { XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"]; // Let the engine finish booting (at the end of which the channels are properly set-up) before // moving onto the next step of showing the next view controller. @@ -197,7 +197,7 @@ FLUTTER_ASSERT_ARC [engine destroyContext]; } -- (void)testVisibleFlutterViewControllerRespondsToApplicationLifecycle { +- (void)skip_testVisibleFlutterViewControllerRespondsToApplicationLifecycle { XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"]; // Let the engine finish booting (at the end of which the channels are properly set-up) before @@ -300,7 +300,7 @@ FLUTTER_ASSERT_ARC [engine destroyContext]; } -- (void)testFlutterViewControllerDetachingSendsApplicationLifecycle { +- (void)skip_testFlutterViewControllerDetachingSendsApplicationLifecycle { XCTestExpectation* engineStartedExpectation = [self expectationWithDescription:@"Engine started"]; // Let the engine finish booting (at the end of which the channels are properly set-up) before