Skip to content

Commit

Permalink
test: unskip 'should use ipv6 proxy' for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 24, 2024
1 parent abe6c04 commit 54c487c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/library/browsercontext-proxy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}` }
Expand Down

0 comments on commit 54c487c

Please sign in to comment.