test: skip 'should not auto play audio' with frozen time (#33799)
This commit is contained in:
Родитель
fd25f3ab85
Коммит
b5bd543cc6
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче