From 4d175de0b932d8bf9e3b5c20d24a24c72867e5d3 Mon Sep 17 00:00:00 2001 From: Artur Vieira Date: Sat, 13 May 2017 07:12:25 +0000 Subject: [PATCH] test: moved dgram bind shared ports to sequential The usage of common.PORT could cause undesired port collisions when run in parallel. The following test was moved to sequential. test-dgram-bind-shared-ports.js Ref: nodejs#12376 --- test/{parallel => sequential}/test-dgram-bind-shared-ports.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-dgram-bind-shared-ports.js (100%) diff --git a/test/parallel/test-dgram-bind-shared-ports.js b/test/sequential/test-dgram-bind-shared-ports.js similarity index 100% rename from test/parallel/test-dgram-bind-shared-ports.js rename to test/sequential/test-dgram-bind-shared-ports.js