diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 784f6dcfb3..3fd4fbb415 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -76,5 +76,5 @@ jobs: path: playwright-report/ retention-days: 30 - - uses: valeriangalliat/action-sshd-cloudflared@v1 - if: failure() + # - uses: valeriangalliat/action-sshd-cloudflared@v1 + # if: failure() diff --git a/playwright.config.ts b/playwright.config.ts index 7424479740..c89e2b565d 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -20,16 +20,23 @@ export default defineConfig({ timeout: 60 * 1000, projects: [ + // { + // name: "chromium", + // use: { + // ...devices["Desktop Chrome"], + // channel: "chromium", + // ...(process.env.CI + // ? { + // args: ["--enable-gpu"], + // } + // : {}), + // }, + // }, { - name: "chromium", + name: "chrome", use: { ...devices["Desktop Chrome"], - channel: "chromium", - ...(process.env.CI - ? { - args: ["--enable-gpu"], - } - : {}), + channel: "chrome", }, }, ], diff --git a/test/e2e/community-events.spec.ts b/test/e2e/community-events.spec.ts index dfa9ec7e77..4937b0d960 100644 --- a/test/e2e/community-events.spec.ts +++ b/test/e2e/community-events.spec.ts @@ -142,9 +142,6 @@ test("map tooltip appears on marker hover", async ({ page }) => { test("event type filters hide cards and lock the last active tag", async ({ page, }) => { - // TODO: @hasparus figure out why this fails only on CI - if (process.env.CI) test.skip() - const pastEventsSection = page .locator("section") .filter({