From a6aa2ae1f3ade19e03b2018384c53347dc32ecce Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 26 Aug 2021 14:04:45 -0400 Subject: [PATCH] Turn on 'ensure helm repos' test for win32 Signed-off-by: Sebastian Malton --- integration/__tests__/app-preferences.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/__tests__/app-preferences.tests.ts b/integration/__tests__/app-preferences.tests.ts index 4afa8cfd96..fe3817bf0c 100644 --- a/integration/__tests__/app-preferences.tests.ts +++ b/integration/__tests__/app-preferences.tests.ts @@ -63,7 +63,7 @@ describe("preferences page tests", () => { } }, 10*60*1000); - it("ensures helm repos", async () => { + utils.itIf(process.platform !== "win32")("ensures helm repos", async () => { await window.click("[data-testid=kubernetes-tab]"); await window.waitForSelector("[data-testid=repository-name]", { timeout: 100_000,