From 0e82881dc83c83bcd2603c815090ceafc9ccc36a Mon Sep 17 00:00:00 2001 From: Zach Anderson Date: Thu, 17 Dec 2020 19:39:16 -0800 Subject: [PATCH] Disable FlutterPluginAppLifeCycleDelegateTest testWillResignActive --- .../framework/Source/FlutterPluginAppLifeCycleDelegateTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m b/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m index b5d9c153fef6f..21501c7421f3f 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m +++ b/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m @@ -41,7 +41,7 @@ - (void)testWillEnterForeground { OCMVerify([plugin applicationWillEnterForeground:[UIApplication sharedApplication]]); } -- (void)testWillResignActive { +- (void)skip_testWillResignActive { FlutterPluginAppLifeCycleDelegate* delegate = [[FlutterPluginAppLifeCycleDelegate alloc] init]; id plugin = OCMProtocolMock(@protocol(FlutterPlugin)); [delegate addDelegate:plugin];