From 54c487c9396d7368eee78b4f19678427e8045124 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 24 Aug 2024 11:49:18 +0200 Subject: [PATCH] test: unskip 'should use ipv6 proxy' for Docker --- tests/library/browsercontext-proxy.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/library/browsercontext-proxy.spec.ts b/tests/library/browsercontext-proxy.spec.ts index c2d9d5b31c..466e866e04 100644 --- a/tests/library/browsercontext-proxy.spec.ts +++ b/tests/library/browsercontext-proxy.spec.ts @@ -141,7 +141,6 @@ it.describe('should proxy local network requests', () => { 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}` }