From 18987794bda30a77ea58e0cb5649a7eafd51575a Mon Sep 17 00:00:00 2001 From: Oleksandr Kushchak Date: Wed, 18 Oct 2017 14:11:05 +0100 Subject: [PATCH] test: move test-cluster-debug-port to sequential This test cannot be run in parallel, as it can conflict with other tests using the debug port. PR-URL: https://github.com/nodejs/node/pull/16292 Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum --- test/{parallel => sequential}/test-cluster-debug-port.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-cluster-debug-port.js (100%) diff --git a/test/parallel/test-cluster-debug-port.js b/test/sequential/test-cluster-debug-port.js similarity index 100% rename from test/parallel/test-cluster-debug-port.js rename to test/sequential/test-cluster-debug-port.js