test: skip security details on WK/Win
This commit is contained in:
parent
9618a8477b
commit
e0e4b48df6
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue