Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8b27e6f

Browse files
authored
skip flaky test (#23775)
1 parent 247ebc2 commit 8b27e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ @interface FlutterAppDelegateTest : XCTestCase
1818

1919
@implementation FlutterAppDelegateTest
2020

21-
- (void)testLaunchUrl {
21+
// TODO(dnfield): https://github.com/flutter/flutter/issues/74267
22+
- (void)skip_testLaunchUrl {
2223
FlutterAppDelegate* appDelegate = [[FlutterAppDelegate alloc] init];
2324
FlutterViewController* viewController = OCMClassMock([FlutterViewController class]);
2425
FlutterEngine* engine = OCMClassMock([FlutterEngine class]);

0 commit comments

Comments
 (0)