From 8a46c50e80c45254b343815d6482250312450e62 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 24 Jul 2024 11:38:47 +0200 Subject: [PATCH] add bug reference --- tests/library/client-certificates.spec.ts | 1 + 1 file changed, 1 insertion(+) 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'));