From 91248b109407cd82f593fd9a187308a1d8d5db12 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 13 Nov 2015 05:34:57 -0800 Subject: [PATCH] test: run pipeline flood test in parallel PR-URL: https://github.com/nodejs/node/pull/3811 Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell --- test/{sequential => parallel}/test-http-pipeline-flood.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => parallel}/test-http-pipeline-flood.js (100%) diff --git a/test/sequential/test-http-pipeline-flood.js b/test/parallel/test-http-pipeline-flood.js similarity index 100% rename from test/sequential/test-http-pipeline-flood.js rename to test/parallel/test-http-pipeline-flood.js