mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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('should use ipv6 proxy', async ({ contextFactory, server, proxyServer, browserName }) => {
|
||||||
it.fail(browserName === 'firefox', 'page.goto: NS_ERROR_UNKNOWN_HOST');
|
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);
|
proxyServer.forwardTo(server.PORT);
|
||||||
const context = await contextFactory({
|
const context = await contextFactory({
|
||||||
proxy: { server: `[0:0:0:0:0:0:0:1]:${proxyServer.PORT}` }
|
proxy: { server: `[0:0:0:0:0:0:0:1]:${proxyServer.PORT}` }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user