From 4919e4b751105154ebd03a5bf3d1f27e4acbdbe7 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