test: skip 'should not auto play audio' with frozen time

This commit is contained in:
Dmitry Gozman 2024-11-28 12:08:34 +00:00
parent a84488edaa
commit e45c5c1fb9

View file

@ -436,6 +436,7 @@ it('should not auto play audio', {
} }
}, async ({ page, browserName, isWindows }) => { }, async ({ page, browserName, isWindows }) => {
it.fixme(browserName === 'webkit' && 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 page.route('**/*', async route => {
await route.fulfill({ await route.fulfill({
status: 200, status: 200,