diff --git a/tests/library/client-certificates.spec.ts b/tests/library/client-certificates.spec.ts index 93b37a0289..d1b15e4658 100644 --- a/tests/library/client-certificates.spec.ts +++ b/tests/library/client-certificates.spec.ts @@ -272,6 +272,7 @@ test.describe('browser', () => { }], }); // TODO: We should investigate why http2 is not supported in WebKit on Linux. + // https://bugs.webkit.org/show_bug.cgi?id=276990 const expectedProtocol = browserName === 'webkit' && process.platform === 'linux' ? 'http/1.1' : 'h2'; { await page.goto(serverURL.replace('localhost', 'local.playwright'));