test: enable test after chromium roll to 1140 (#32965)

Fixes #32355. Fixed after the last roll #32949.
This commit is contained in:
Dmitry Gozman 2024-10-04 09:23:11 -07:00 committed by GitHub
parent 9f842da8b3
commit b284df984b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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' }
}, async ({ page, server, isAndroid, browserName }) => {
it.skip(isAndroid);
it.fixme(browserName === 'chromium');
await page.goto(server.EMPTY_PAGE);
server.setRoute('/data_for_worker', (req, res) => res.end('failed to intercept'));