From 83e2fcc2ee8db2f6a7e8f2781827d90da3a48f70 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. --- 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