mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: skip falky raw headers test in Chromium (#6721)
This commit is contained in:
parent
88defbd5a6
commit
2e8d65e978
@ -83,6 +83,7 @@ it('should return headers', async ({page, server, browserName}) => {
|
||||
|
||||
it('should get the same headers as the server', async ({ page, server, browserName, platform }) => {
|
||||
it.fail(browserName === 'webkit' && platform === 'win32', 'Curl does not show accept-encoding and accept-language');
|
||||
it.fixme(browserName === 'chromium', 'Flaky, see https://github.com/microsoft/playwright/issues/6690');
|
||||
|
||||
let serverRequest;
|
||||
server.setRoute('/empty.html', (request, response) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user