mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
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)
|
||||
return;
|
||||
const videoFile = path.join(tmpDir, 'v.webm');
|
||||
|
Loading…
Reference in New Issue
Block a user