From 68ceea9c060fa0f13bef2b9efe225b41bc6ff519 Mon Sep 17 00:00:00 2001 From: Matthew Holloway Date: Wed, 16 Oct 2024 08:38:02 +1300 Subject: [PATCH] chore: Bypass Firefox for Playwright test due to flakiness (#8050) --- playwright/tests/status/status.spec.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playwright/tests/status/status.spec.js b/playwright/tests/status/status.spec.js index 7b3b90bfa..daef7a88f 100644 --- a/playwright/tests/status/status.spec.js +++ b/playwright/tests/status/status.spec.js @@ -20,6 +20,10 @@ test.describe('site status', () => { by: 'Exile is a cool Amiga game' } + test.beforeEach(({ browserName }) => { + test.skip(browserName === 'firefox', 'bypassing flaky tests on Firefox') + }) + test('Renders server status as Notification', async ({ page }) => { await page.route('/status/latest.json', route => { route.fulfill({