We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b48c5 commit de1de9dCopy full SHA for de1de9d
shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m
@@ -41,7 +41,7 @@ - (void)testWillEnterForeground {
41
OCMVerify([plugin applicationWillEnterForeground:[UIApplication sharedApplication]]);
42
}
43
44
-- (void)testWillResignActive {
+- (void)skip_testWillResignActive {
45
FlutterPluginAppLifeCycleDelegate* delegate = [[FlutterPluginAppLifeCycleDelegate alloc] init];
46
id plugin = OCMProtocolMock(@protocol(FlutterPlugin));
47
[delegate addDelegate:plugin];
0 commit comments