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 1d2af5b commit 219f66aCopy full SHA for 219f66a
packages/flutter_test_runners/lib/src/deep_links/deep_links_ios.dart
@@ -30,9 +30,9 @@ void testDeepLinkIosAppLaunch(
30
_initLogs(verbose);
31
_log.info("Running deep link test driver...");
32
33
- // Pre-emptively the kill the app, in case it's already running.
34
- _log.info("Pre-emptively killing the app");
35
- await Xcrun.killApp(appBundleId);
+ // // Pre-emptively the kill the app, in case it's already running.
+ // _log.info("Pre-emptively killing the app");
+ // await Xcrun.killApp(appBundleId);
36
37
FlutterDriver? driver;
38
addTearDown(() async {
0 commit comments