Skip to content

Commit

Permalink
skip flaky test (flutter#12355)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored Sep 19, 2019
1 parent 7fb1400 commit dd081be
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ - (void)setUp {
self.continueAfterFailure = NO;
}

- (void)testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
// TODD(dnfield): Unskip this when https://github.com/flutter/flutter/issues/40817
// is resolved.
- (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
Expand Down

0 comments on commit dd081be

Please sign in to comment.