From 4c5626cd84ccc19ceef8d4be67ec7c8abeddc1f3 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 31 Jan 2023 14:06:23 -0500 Subject: [PATCH] Fix integration tests on windows Signed-off-by: Sebastian Malton --- packages/open-lens/integration/helpers/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/open-lens/integration/helpers/utils.ts b/packages/open-lens/integration/helpers/utils.ts index f7354d8c40..894e0d8a78 100644 --- a/packages/open-lens/integration/helpers/utils.ts +++ b/packages/open-lens/integration/helpers/utils.ts @@ -86,7 +86,7 @@ async function attemptStart() { app, window, cleanup: async () => { - await app.close(); + app.process().kill(); await remove(CICD).catch(noop); }, };