Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ - (NSArray*)initialPresentLifecycles {
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.
Expand Down Expand Up @@ -197,7 +197,7 @@ - (void)testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
[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
Expand Down Expand Up @@ -300,7 +300,7 @@ - (void)testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
[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
Expand Down