test(screencast): mark win/webkit ac as failing (#3783)

This commit is contained in:
Pavel Feldman 2020-09-06 14:56:46 -07:00 committed by GitHub
parent f8e1fd7ead
commit d6cd0224ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.