diff --git a/tests/library/browsercontext-cookies.spec.ts b/tests/library/browsercontext-cookies.spec.ts index 18c0b42e61..a53f989886 100644 --- a/tests/library/browsercontext-cookies.spec.ts +++ b/tests/library/browsercontext-cookies.spec.ts @@ -403,7 +403,7 @@ it('should support requestStorageAccess', async ({ page, server, channel, browse it('should parse cookie with large Max-Age correctly', async ({ server, page, defaultSameSiteCookieValue, browserName, platform }) => { it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30305' }); - it.skip(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/30305'); + it.fixme(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/30305'); server.setRoute('/foobar', (req, res) => { res.setHeader('set-cookie', [