From f185c08682430ec7a0b8872851ff875fabced979 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 14 Dec 2021 12:02:10 -0500 Subject: [PATCH] Skip integrationt test, will turn it on again in next PR Signed-off-by: Sebastian Malton --- integration/__tests__/app-preferences.tests.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/__tests__/app-preferences.tests.ts b/integration/__tests__/app-preferences.tests.ts index 47dffd6a90..8cdf19a548 100644 --- a/integration/__tests__/app-preferences.tests.ts +++ b/integration/__tests__/app-preferences.tests.ts @@ -71,7 +71,8 @@ describe("preferences page tests", () => { } }, 10*60*1000); - utils.itIf(process.platform !== "win32")("ensures helm repos", async () => { + // Skipping, but will turn it on again in the follow up PR + it.skip("ensures helm repos", async () => { await window.click("[data-testid=kubernetes-tab]"); await window.waitForSelector("[data-testid=repository-name]", { timeout: 140_000,