diff --git a/test/screencast.spec.js b/test/screencast.spec.js index 160413ea236264..6c74b9828dbb07 100644 --- a/test/screencast.spec.js +++ b/test/screencast.spec.js @@ -44,7 +44,7 @@ registerFixture('firefox', async ({playwright}, test) => { } }); -it.fail(CHROMIUM || USES_HOOKS)('should capture static page', async({page, persistentDirectory, firefox, toImpl}) => { +it.fail(CHROMIUM).skip(USES_HOOKS)('should capture static page', async({page, persistentDirectory, firefox, toImpl}) => { const videoFile = path.join(persistentDirectory, 'v.webm'); await page.evaluate(() => document.body.style.backgroundColor = 'red'); await toImpl(page)._delegate.startVideoRecording({outputFile: videoFile, width: 640, height: 480});