From 44a6095e52ceed26ab33a74206a3ec988c331ac6 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. --- 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