Skip to content

Commit

Permalink
test: remove duplicate test
Browse files Browse the repository at this point in the history
`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 <paolo@cowtech.it>
Reviewed-By: Feng Yu <F3n67u@outlook.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
lpinca committed Jul 31, 2022
1 parent 8957811 commit 57ff476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions test/parallel/test-http-agent-no-wait.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/parallel/test-http-client-close-with-default-agent.js
Expand Up @@ -20,4 +20,4 @@ server.listen(0, common.mustCall(() => {
}));

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

0 comments on commit 57ff476

Please sign in to comment.