From d6cd0224ab7e56f6336c0f0936b053398f1b3f7f Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Sun, 6 Sep 2020 14:56:46 -0700 Subject: [PATCH] test(screencast): mark win/webkit ac as failing (#3783) --- test/screencast.spec.ts | 1 + 1 file changed, 1 insertion(+) 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.