mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 02:59:05 +08:00
Update proxy.test.ts
This commit is contained in:
parent
4fefed4466
commit
7b24f92e45
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user