From f7afed17b663faee4d3978bcf59abc0cd675a38d Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 30 Mar 2019 15:09:19 +0100 Subject: [PATCH] test: move test-net-connect-handle-econnrefused The port used in the test could be taken by another process before the callback of `server.close()` is called. Move it to sequential. PR-URL: https://github.com/nodejs/node/pull/27014 Fixes: https://github.com/nodejs/node/issues/26907 Refs: https://github.com/nodejs/node/pull/18257#discussion_r162717096 Reviewed-By: Rich Trott Reviewed-By: Benjamin Gruenbaum --- .../test-net-connect-handle-econnrefused.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-net-connect-handle-econnrefused.js (100%) diff --git a/test/parallel/test-net-connect-handle-econnrefused.js b/test/sequential/test-net-connect-handle-econnrefused.js similarity index 100% rename from test/parallel/test-net-connect-handle-econnrefused.js rename to test/sequential/test-net-connect-handle-econnrefused.js