@@ -59,9 +59,7 @@ - (void)ensureApplicationIsInActiveState {
59
59
XCTAssertEqual ([UIApplication sharedApplication ].applicationState , UIApplicationStateActive);
60
60
}
61
61
62
- // TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
63
- // has been identified. https://github.com/flutter/flutter/issues/61620
64
- - (void )skip_testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
62
+ - (void )testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
65
63
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription: @" Engine started" ];
66
64
// Let the engine finish booting (at the end of which the channels are properly set-up) before
67
65
// moving onto the next step of showing the next view controller.
@@ -203,9 +201,7 @@ - (void)skip_testDismissedFlutterViewControllerNotRespondingToApplicationLifecyc
203
201
[engine destroyContext ];
204
202
}
205
203
206
- // TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
207
- // has been identified. https://github.com/flutter/flutter/issues/61620
208
- - (void )skip_testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
204
+ - (void )VisibleFlutterViewControllerRespondsToApplicationLifecycle {
209
205
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription: @" Engine started" ];
210
206
211
207
// Let the engine finish booting (at the end of which the channels are properly set-up) before
@@ -315,9 +311,7 @@ - (void)skip_testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
315
311
[engine destroyContext ];
316
312
}
317
313
318
- // TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
319
- // has been identified. https://github.com/flutter/flutter/issues/61620
320
- - (void )skip_testFlutterViewControllerDetachingSendsApplicationLifecycle {
314
+ - (void )testFlutterViewControllerDetachingSendsApplicationLifecycle {
321
315
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription: @" Engine started" ];
322
316
323
317
// Let the engine finish booting (at the end of which the channels are properly set-up) before
0 commit comments