From daad2b537dd32aed45a04b14eb8bdd04e325df11 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 25 Sep 2018 13:44:02 -0700 Subject: [PATCH] test: improve test-gc-http-client-onerror test-gc-http-client-onerror is resource-intensive. It times out a lot on CI. Move to sequential. Fixes: https://github.com/nodejs/node/issues/23089 --- test/{parallel => sequential}/test-gc-http-client-onerror.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-gc-http-client-onerror.js (100%) diff --git a/test/parallel/test-gc-http-client-onerror.js b/test/sequential/test-gc-http-client-onerror.js similarity index 100% rename from test/parallel/test-gc-http-client-onerror.js rename to test/sequential/test-gc-http-client-onerror.js