tests: skip Docker ipv6 tests (#9646)
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
05c60e6d9e
commit
fe49b91680
|
|
@ -88,6 +88,7 @@ it('should use proxy', async ({ contextFactory, server, proxyServer }) => {
|
|||
|
||||
it('should use ipv6 proxy', async ({ contextFactory, server, proxyServer, browserName }) => {
|
||||
it.fail(browserName === 'firefox', 'page.goto: NS_ERROR_UNKNOWN_HOST');
|
||||
it.fail(!!process.env.INSIDE_DOCKER, 'docker does not support IPv6 by default');
|
||||
proxyServer.forwardTo(server.PORT);
|
||||
const context = await contextFactory({
|
||||
proxy: { server: `[0:0:0:0:0:0:0:1]:${proxyServer.PORT}` }
|
||||
|
|
|
|||
Loading…
Reference in New Issue