test: mark webkit ubuntu fonts test as fixme (#12885)
References https://github.com/microsoft/playwright/issues/12839
This commit is contained in:
parent
a10f6f3406
commit
bb756c5b23
|
|
@ -726,7 +726,8 @@ it.describe('page screenshot animations', () => {
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should respect fonts option', async ({ page, server, isWindows }) => {
|
it('should respect fonts option', async ({ page, server, isWindows, browserName, isLinux }) => {
|
||||||
|
it.fixme(browserName === 'webkit' && isLinux, 'https://github.com/microsoft/playwright/issues/12839');
|
||||||
it.fixme(isWindows, 'This requires a windows-specific test expectations. https://github.com/microsoft/playwright/issues/12707');
|
it.fixme(isWindows, 'This requires a windows-specific test expectations. https://github.com/microsoft/playwright/issues/12707');
|
||||||
await page.setViewportSize({ width: 500, height: 500 });
|
await page.setViewportSize({ width: 500, height: 500 });
|
||||||
let serverRequest, serverResponse;
|
let serverRequest, serverResponse;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue