Skip to content

Commit 219f66a

Browse files
Removing killApp() for the moment to see if killing a non running app was hanging the run
1 parent 1d2af5b commit 219f66a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/flutter_test_runners/lib/src/deep_links/deep_links_ios.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ void testDeepLinkIosAppLaunch(
3030
_initLogs(verbose);
3131
_log.info("Running deep link test driver...");
3232

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

3737
FlutterDriver? driver;
3838
addTearDown(() async {

0 commit comments

Comments
 (0)