From f8a4cdc9b169bccc1233adea7581d3e731aeca7a Mon Sep 17 00:00:00 2001 From: Dan Field Date: Tue, 19 Jan 2021 14:11:33 -0800 Subject: [PATCH] skip flaky test --- .../darwin/ios/framework/Source/FlutterAppDelegateTest.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm b/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm index 5e3fd48371912..abbfafc919c2d 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm @@ -18,7 +18,8 @@ @interface FlutterAppDelegateTest : XCTestCase @implementation FlutterAppDelegateTest -- (void)testLaunchUrl { +// TODO(dnfield): https://github.com/flutter/flutter/issues/74267 +- (void)skip_testLaunchUrl { FlutterAppDelegate* appDelegate = [[FlutterAppDelegate alloc] init]; FlutterViewController* viewController = OCMClassMock([FlutterViewController class]); FlutterEngine* engine = OCMClassMock([FlutterEngine class]);