Skip to content

Commit

Permalink
test(screencast): mark win/webkit ac as failing (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Sep 6, 2020
1 parent f8e1fd7 commit d6cd022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/screencast.spec.ts
Expand Up @@ -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.
Expand Down

0 comments on commit d6cd022

Please sign in to comment.