Update tests/library/browsercontext-cookies.spec.ts

Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-04-10 22:12:53 +02:00 committed by GitHub
parent d3f5635678
commit e172eae1df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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', [