From eb4c98efc7e822c70431eab4eb113f0d65f87f5a Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 4 Feb 2021 08:57:21 -0500 Subject: [PATCH] remove killall from integration tests Signed-off-by: Sebastian Malton --- integration/helpers/utils.ts | 1 - 1 file changed, 1 deletion(-) 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); }