From 58a72122ee1901c0c8377ddb988fd3b1bcb0c15d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 11 Apr 2025 09:45:27 +0100 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright/e2e/launch/launch.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/e2e/launch/launch.spec.ts b/playwright/e2e/launch/launch.spec.ts index 78fca814..6f22eb51 100644 --- a/playwright/e2e/launch/launch.spec.ts +++ b/playwright/e2e/launch/launch.spec.ts @@ -47,7 +47,7 @@ test.describe("App launch", () => { }); test("should launch and render the welcome view successfully and support keytar", async ({ page }) => { - test.skip(platform() === "linux", "This test does not yet support Linux"); + // test.skip(platform() === "linux", "This test does not yet support Linux"); await expect( page.evaluate(async () => {