diff --git a/test/screencast.spec.ts b/test/screencast.spec.ts index d08956b6f8..a866400d5d 100644 --- a/test/screencast.spec.ts +++ b/test/screencast.spec.ts @@ -222,6 +222,7 @@ describe('screencast', suite => { it('should capture css transformation', test => { test.fixme(options.WEBKIT && LINUX, 'Times out on bots'); + test.fail(options.WEBKIT && WIN, 'Does not work on WebKit Windows'); }, async ({page, tmpDir, server, videoPlayer, toImpl}) => { const videoFile = path.join(tmpDir, 'v.webm'); // Set viewport equal to screencast frame size to avoid scaling.