test: skip windows/CR client-certificates proxy tests

This commit is contained in:
Max Schmitt 2024-07-12 14:23:00 +02:00
parent 9569cb5c1e
commit b49b5978d5

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);