From 84fc069b9578e2917fa9a23d1c738b5cffcc4910 Mon Sep 17 00:00:00 2001 From: Rafael Fragoso Date: Sun, 16 Apr 2017 17:52:13 -0300 Subject: [PATCH] test: move test-dgram-bind-shared-ports to sequential PR-URL: https://github.com/nodejs/node/pull/12452 Ref: https://github.com/nodejs/node/issues/12376 Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- 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