From 39c2a3f1c1ac8788b498e60c56a7b2b226603ddb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 25 Sep 2018 13:58:39 -0700 Subject: [PATCH] test: improve test-gc-http-client-connaborted test-gc-http-client-connaborted is resource-intensive. It times out a lot on CI. Move to sequential. PR-URL: https://github.com/nodejs/node/pull/23091 Fixes: https://github.com/metadata Reviewed-By: Anna Henningsen Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Sakthipriyan Vairamani --- test/{parallel => sequential}/test-gc-http-client-connaborted.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-gc-http-client-connaborted.js (100%) diff --git a/test/parallel/test-gc-http-client-connaborted.js b/test/sequential/test-gc-http-client-connaborted.js similarity index 100% rename from test/parallel/test-gc-http-client-connaborted.js rename to test/sequential/test-gc-http-client-connaborted.js