From 6964c51cc3a92a593be76dbfc9163133f4c3d82f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 16 Apr 2025 08:37:41 +0100 Subject: [PATCH] Test Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright/e2e/launch/launch.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playwright/e2e/launch/launch.spec.ts b/playwright/e2e/launch/launch.spec.ts index f6cfde65..a7a703a1 100644 --- a/playwright/e2e/launch/launch.spec.ts +++ b/playwright/e2e/launch/launch.spec.ts @@ -53,7 +53,6 @@ test.describe("App launch", () => { test.describe("safeStorage", () => { if (process.env.GITHUB_ACTIONS) { test.skip(platform() === "darwin", "The macOS runner's keychain is not available"); - test.skip(platform() === "linux", "The Linux runner's dbus is not available"); } const userId = "@user:server"; @@ -69,7 +68,7 @@ test.describe("App launch", () => { }); test.describe("migrate from keytar", () => { - test.skip(!!process.env.GITHUB_ACTIONS, "Does not work in CI"); + // test.skip(!!process.env.GITHUB_ACTIONS, "Does not work in CI"); const pickleKey = "DEADBEEF1234";