From fbaf1dce2b0e305165d4b4399a36f8ef49712ffd Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 22 Jan 2022 20:32:40 +0100 Subject: [PATCH] test: move test-gc-http-client-onerror to sequential Fixes: https://github.com/nodejs/node/issues/41399 PR-URL: https://github.com/nodejs/node/pull/41619 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Santiago Gimeno --- 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