diff --git a/packages/http-client/__tests__/proxy.test.ts b/packages/http-client/__tests__/proxy.test.ts index df03b490..aa3370d8 100644 --- a/packages/http-client/__tests__/proxy.test.ts +++ b/packages/http-client/__tests__/proxy.test.ts @@ -255,11 +255,6 @@ describe('proxy', () => { // no support for ipv6 for now expect(httpClient.get('http://[::1]:8091')).rejects.toThrow() - // ipv6 not supported atm - // expect(async () => await httpClient.get( - // 'http://[::1]:8091' - // )).toThrow() - // proxy at _proxyUrl was ignored expect(_proxyConnects).toEqual([]) } finally {