From e1df198648785d34897c0259c36401f7e551dd71 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 4 Apr 2018 20:45:44 -0700 Subject: [PATCH] test: move test-http-dump-req-when-res-end The implementataion is sensitive to system resource availability, so move it to sequential instead of running out of parallel directory. Fixes: https://github.com/nodejs/node/issues/19139 --- test/{parallel => sequential}/test-http-dump-req-when-res-ends.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-http-dump-req-when-res-ends.js (100%) diff --git a/test/parallel/test-http-dump-req-when-res-ends.js b/test/sequential/test-http-dump-req-when-res-ends.js similarity index 100% rename from test/parallel/test-http-dump-req-when-res-ends.js rename to test/sequential/test-http-dump-req-when-res-ends.js