test(screencast): skip test that depends on accelerated compositing (#3458)
This commit is contained in:
parent
6abc352498
commit
737bfa2676
|
|
@ -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)
|
if (!toImpl)
|
||||||
return;
|
return;
|
||||||
const videoFile = path.join(tmpDir, 'v.webm');
|
const videoFile = path.join(tmpDir, 'v.webm');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue