test(screencast): skip test that depends on accelerated compositing (#3458)

This commit is contained in:
Yury Semikhatsky 2020-08-13 18:01:06 -07:00 committed by GitHub
parent 6abc352498
commit 737bfa2676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,8 @@ it.fail(CHROMIUM)('should capture navigation', async({page, tmpDir, server, vide
}
});
it.fail(CHROMIUM)('should capture css transformation', async({page, tmpDir, server, videoPlayer, toImpl}) => {
// Accelerated compositing is disabled in WebKit on Windows.
it.fail(CHROMIUM || (WEBKIT && WIN))('should capture css transformation', async({page, tmpDir, server, videoPlayer, toImpl}) => {
if (!toImpl)
return;
const videoFile = path.join(tmpDir, 'v.webm');