chore: Bypass Firefox for Playwright test due to flakiness (#8050)

This commit is contained in:
Matthew Holloway 2024-10-16 08:38:02 +13:00 committed by GitHub
parent 166340842e
commit 68ceea9c06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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({