mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test(video): mark test as failing in WebKit Linux (#3344)
This commit is contained in:
parent
3665bb0a9a
commit
1bcbf19e86
@ -50,9 +50,10 @@ it('should respect CSP', async({page, server}) => {
|
|||||||
expect(await page.evaluate(() => window['testStatus'])).toBe('SUCCESS');
|
expect(await page.evaluate(() => window['testStatus'])).toBe('SUCCESS');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.fail(WEBKIT && WIN)('should play video', async({page}) => {
|
it.fail(WEBKIT && (WIN || LINUX))('should play video', async({page}) => {
|
||||||
// TODO: the test passes on Windows locally but fails on GitHub Action bot,
|
// TODO: the test passes on Windows locally but fails on GitHub Action bot,
|
||||||
// apparently due to a Media Pack issue in the Windows Server.
|
// apparently due to a Media Pack issue in the Windows Server.
|
||||||
|
// Also the test is very flaky on Linux WebKit.
|
||||||
//
|
//
|
||||||
// Safari only plays mp4 so we test WebKit with an .mp4 clip.
|
// Safari only plays mp4 so we test WebKit with an .mp4 clip.
|
||||||
const fileName = WEBKIT ? 'video_mp4.html' : 'video.html';
|
const fileName = WEBKIT ? 'video_mp4.html' : 'video.html';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user