mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disable FlutterPluginAppLifeCycleDelegateTest testWillResignActive (flutter/engine#23166)
This commit is contained in:
parent
aff2d4d369
commit
befaa820f3
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user