test: skip falky raw headers test in Chromium (#6721)

This commit is contained in:
Yury Semikhatsky 2021-05-24 18:03:31 +00:00 committed by GitHub
parent 88defbd5a6
commit 2e8d65e978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) => {