@@ -40,7 +40,9 @@ - (void)setUp {
40
40
self.continueAfterFailure = NO ;
41
41
}
42
42
43
- - (void )testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
43
+ // TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
44
+ // has been identified. https://github.com/flutter/flutter/issues/61620
45
+ - (void )skip_testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
44
46
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription: @" Engine started" ];
45
47
46
48
// Let the engine finish booting (at the end of which the channels are properly set-up) before
@@ -175,7 +177,9 @@ - (void)testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle {
175
177
[engine destroyContext ];
176
178
}
177
179
178
- - (void )testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
180
+ // TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
181
+ // has been identified. https://github.com/flutter/flutter/issues/61620
182
+ - (void )skip_testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
179
183
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription: @" Engine started" ];
180
184
181
185
// Let the engine finish booting (at the end of which the channels are properly set-up) before
@@ -280,7 +284,9 @@ - (void)testVisibleFlutterViewControllerRespondsToApplicationLifecycle {
280
284
[engine destroyContext ];
281
285
}
282
286
283
- - (void )testFlutterViewControllerDetachingSendsApplicationLifecycle {
287
+ // TODO(cbracken): re-enable this test by removing the skip_ prefix once the source of its flakiness
288
+ // has been identified. https://github.com/flutter/flutter/issues/61620
289
+ - (void )skip_testFlutterViewControllerDetachingSendsApplicationLifecycle {
284
290
XCTestExpectation* engineStartedExpectation = [self expectationWithDescription: @" Engine started" ];
285
291
286
292
// Let the engine finish booting (at the end of which the channels are properly set-up) before
0 commit comments