diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 82db3fd40a..7a612a14be 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -110,7 +110,6 @@ export async function tearDown(app: Application) { try { process.kill(pid, "SIGKILL"); - spawnSync("killall lens"); } catch (e) { console.error(e); }