From 0f7e24a0c3337abe4dc5a31240347f2a42e3aa16 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 23 Mar 2019 09:29:19 -0700 Subject: [PATCH] test: move test-https-connect-localport to sequential test-https-connect-localport uses a hard-coded port number. Therefore the test cannot be in the parallel directory because it will sometimes conflict with other tests that run at the same time and request that the OS provide an available port. Fixes: https://github.com/nodejs/node/issues/26862 PR-URL: https://github.com/nodejs/node/pull/26881 Fixes: https://github.com/https://github.com/nodejs/node/issues/26862 Reviewed-By: Luigi Pinca Reviewed-By: Yongsheng Zhang Reviewed-By: Gireesh Punathil Reviewed-By: Daijiro Wachi --- test/{parallel => sequential}/test-https-connect-localport.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-https-connect-localport.js (100%) diff --git a/test/parallel/test-https-connect-localport.js b/test/sequential/test-https-connect-localport.js similarity index 100% rename from test/parallel/test-https-connect-localport.js rename to test/sequential/test-https-connect-localport.js