Skip to content

Commit b5bd543

Browse files
authored
test: skip 'should not auto play audio' with frozen time (#33799)
1 parent fd25f3a commit b5bd543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/library/capabilities.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ it('should not auto play audio', {
436436
}
437437
}, async ({ page, browserName, isWindows }) => {
438438
it.fixme(browserName === 'webkit' && isWindows);
439+
it.skip(process.env.PW_CLOCK === 'frozen', 'no way to inject real setTimeout');
439440
await page.route('**/*', async route => {
440441
await route.fulfill({
441442
status: 200,

0 commit comments

Comments
 (0)