Disable FlutterPluginAppLifeCycleDelegateTest testWillResignActive (flutter/engine#23166)

This commit is contained in:
Zachary Anderson 2020-12-17 20:34:08 -08:00 committed by GitHub
parent aff2d4d369
commit befaa820f3

View File

@ -41,7 +41,7 @@ FLUTTER_ASSERT_ARC
OCMVerify([plugin applicationWillEnterForeground:[UIApplication sharedApplication]]);
}
- (void)testWillResignActive {
- (void)skip_testWillResignActive {
FlutterPluginAppLifeCycleDelegate* delegate = [[FlutterPluginAppLifeCycleDelegate alloc] init];
id plugin = OCMProtocolMock(@protocol(FlutterPlugin));
[delegate addDelegate:plugin];