From 9bd5c72104fd3016cf29753741135e9c3c56436b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 1 Dec 2019 03:06:51 -0800 Subject: [PATCH] test: move test-child-process-fork-getconnections to parallel Now that the test uses an open port assigned by the operating system rather than a hardcoded common.PORT, it can be moved to parallel. PR-URL: https://github.com/nodejs/node/pull/30749 Reviewed-By: Denys Otrishko Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- .../test-child-process-fork-getconnections.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => parallel}/test-child-process-fork-getconnections.js (100%) diff --git a/test/sequential/test-child-process-fork-getconnections.js b/test/parallel/test-child-process-fork-getconnections.js similarity index 100% rename from test/sequential/test-child-process-fork-getconnections.js rename to test/parallel/test-child-process-fork-getconnections.js