test: skip windows/CR client-certificates proxy tests (#31662)

This commit is contained in:
Max Schmitt 2024-07-12 14:34:32 +02:00 committed by GitHub
parent 9569cb5c1e
commit 71a668eb86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,6 +174,8 @@ test.describe('fetch', () => {
test.describe('browser', () => {
test.skip(({ browserName, platform, browserMajorVersion }) => browserName === 'chromium' && platform === 'win32' && browserMajorVersion < 128, 'Depends on https://chromium-review.googlesource.com/c/chromium/src/+/5688851');
test('validate input', async ({ browser }) => {
for (const [contextOptions, expected] of kValidationSubTests)
await expect(browser.newContext(contextOptions)).rejects.toThrow(expected);