From 2a397ec92494116250b8ad099846c95f325bd4a6 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 8 Oct 2020 08:24:59 -0700 Subject: [PATCH] Skip flaky test --- .../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 da2cc200781c9..b5d9c153fef6f 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m +++ b/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.m @@ -51,7 +51,7 @@ - (void)testWillResignActive { OCMVerify([plugin applicationWillResignActive:[UIApplication sharedApplication]]); } -- (void)testDidBecomeActive { +- (void)skip_testDidBecomeActive { FlutterPluginAppLifeCycleDelegate* delegate = [[FlutterPluginAppLifeCycleDelegate alloc] init]; id plugin = OCMProtocolMock(@protocol(FlutterPlugin)); [delegate addDelegate:plugin];