Skip to content

Commit 57ff476

Browse files
authored
test: remove duplicate test
`test/parallel/test-http-agent-no-wait.js` is basically a duplicate of `test/parallel/test-http-client-close-with-default-agent.js`, remove it. PR-URL: #44051 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 8957811 commit 57ff476

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

test/parallel/test-http-agent-no-wait.js

-24
This file was deleted.

test/parallel/test-http-client-close-with-default-agent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ server.listen(0, common.mustCall(() => {
2020
}));
2121

2222
// This timer should never go off as the server will close the socket
23-
setTimeout(common.mustNotCall(), common.platformTimeout(10000)).unref();
23+
setTimeout(common.mustNotCall(), common.platformTimeout(1000)).unref();

0 commit comments

Comments
 (0)