Skip to content

Commit

Permalink
fix failing test (nodejs#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev authored and crysmags committed Feb 27, 2024
1 parent 7e63641 commit eac7b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy-agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ test('should throw when proxy does not return 200', async (t) => {
t.end()
})

test('pass ProxyAgent proxy status code error when using fetch - #2161', async (t) => {
test('pass ProxyAgent proxy status code error when using fetch - #2161', { skip: nodeMajor < 16 }, async (t) => {
const server = await buildServer()
const proxy = await buildProxy()

Expand Down

0 comments on commit eac7b93

Please sign in to comment.