From 187951c0fc1c64dffb4f4cd0ea206d3387e2fbfa Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 8 Jun 2018 23:04:02 -0700 Subject: [PATCH] test: move inspector-stress-http to sequential test-inspector-stress-http launches 100 simultaneous http requests. It is unreliable in the parallel directory (as can be seen with tools/test.py and sufficiently high -j and --repeat values). Move to sequential. PR-URL: https://github.com/nodejs/node/pull/21227 Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Jon Moss Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- test/{parallel => sequential}/test-inspector-stress-http.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-inspector-stress-http.js (100%) diff --git a/test/parallel/test-inspector-stress-http.js b/test/sequential/test-inspector-stress-http.js similarity index 100% rename from test/parallel/test-inspector-stress-http.js rename to test/sequential/test-inspector-stress-http.js