test: skip security details on WK/Win

This commit is contained in:
Max Schmitt 2021-09-01 23:20:57 +02:00
parent 9618a8477b
commit e0e4b48df6

View file

@ -473,6 +473,7 @@ it('should return server address directly from response', async ({ page, server
it('should return security details directly from response', async ({ contextFactory, httpsServer, browserName, platform }) => {
it.fail(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/6759');
it.fail(browserName === 'webkit' && platform === 'win32');
const context = await contextFactory({ ignoreHTTPSErrors: true });
const page = await context.newPage();