Skip to content

Commit

Permalink
test: enable test after chromium roll to 1140 (#32965)
Browse files Browse the repository at this point in the history
Fixes #32355. Fixed after the last roll #32949.
  • Loading branch information
dgozman authored Oct 4, 2024
1 parent 9f842da commit b284df9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/page/interception.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit b284df9

Please sign in to comment.