test: enable test after chromium roll to 1140 (#32965)
Fixes #32355. Fixed after the last roll #32949.
This commit is contained in:
parent
9f842da8b3
commit
b284df984b
|
|
@ -125,7 +125,6 @@ it('should intercept worker requests when enabled after worker creation', {
|
||||||
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32355' }
|
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32355' }
|
||||||
}, async ({ page, server, isAndroid, browserName }) => {
|
}, async ({ page, server, isAndroid, browserName }) => {
|
||||||
it.skip(isAndroid);
|
it.skip(isAndroid);
|
||||||
it.fixme(browserName === 'chromium');
|
|
||||||
|
|
||||||
await page.goto(server.EMPTY_PAGE);
|
await page.goto(server.EMPTY_PAGE);
|
||||||
server.setRoute('/data_for_worker', (req, res) => res.end('failed to intercept'));
|
server.setRoute('/data_for_worker', (req, res) => res.end('failed to intercept'));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue