Skip to content

Commit

Permalink
test: skip 'should not auto play audio' with frozen time (#33799)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman authored Nov 28, 2024
1 parent fd25f3a commit b5bd543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/library/capabilities.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ it('should not auto play audio', {
}
}, async ({ page, browserName, isWindows }) => {
it.fixme(browserName === 'webkit' && isWindows);
it.skip(process.env.PW_CLOCK === 'frozen', 'no way to inject real setTimeout');
await page.route('**/*', async route => {
await route.fulfill({
status: 200,
Expand Down

0 comments on commit b5bd543

Please sign in to comment.