We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247ebc2 commit 8b27e6fCopy full SHA for 8b27e6f
shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm
@@ -18,7 +18,8 @@ @interface FlutterAppDelegateTest : XCTestCase
18
19
@implementation FlutterAppDelegateTest
20
21
-- (void)testLaunchUrl {
+// TODO(dnfield): https://github.com/flutter/flutter/issues/74267
22
+- (void)skip_testLaunchUrl {
23
FlutterAppDelegate* appDelegate = [[FlutterAppDelegate alloc] init];
24
FlutterViewController* viewController = OCMClassMock([FlutterViewController class]);
25
FlutterEngine* engine = OCMClassMock([FlutterEngine class]);
0 commit comments