Skip to content

Commit

Permalink
Removing killApp() for the moment to see if killing a non running app…
Browse files Browse the repository at this point in the history
… was hanging the run
  • Loading branch information
matthew-carroll committed Jan 2, 2025
1 parent 1d2af5b commit 219f66a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ void testDeepLinkIosAppLaunch(
_initLogs(verbose);
_log.info("Running deep link test driver...");

// Pre-emptively the kill the app, in case it's already running.
_log.info("Pre-emptively killing the app");
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);

FlutterDriver? driver;
addTearDown(() async {
Expand Down

0 comments on commit 219f66a

Please sign in to comment.