diff --git a/tests/page/page-network-request.spec.ts b/tests/page/page-network-request.spec.ts index e2f3ca6b75..5add85a26c 100644 --- a/tests/page/page-network-request.spec.ts +++ b/tests/page/page-network-request.spec.ts @@ -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) => {