From e172eae1df82c0d9568a2e2ae53e1b7624d09173 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 10 Apr 2024 22:12:53 +0200 Subject: [PATCH] Update tests/library/browsercontext-cookies.spec.ts Co-authored-by: Yury Semikhatsky Signed-off-by: Max Schmitt --- tests/library/browsercontext-cookies.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', [