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]);