From befaa820f357fe106aa087d6ccba075b6bdd3e1d Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 17 Dec 2020 20:34:08 -0800 Subject: [PATCH] Disable FlutterPluginAppLifeCycleDelegateTest testWillResignActive (flutter/engine#23166) --- .../framework/Source/FlutterPluginAppLifeCycleDelegateTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m b/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m index b5d9c153fef..21501c7421f 100644 --- a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m +++ b/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m @@ -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];