From 22ea3029781c5c3b89bac7ac556b7acb2374ce02 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sat, 7 Sep 2024 14:32:22 -0700 Subject: [PATCH] test: move test-http-server-request-timeouts-mixed Test was moved to sequential a while back. PR-URL: https://github.com/nodejs/node/pull/54841 Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca Reviewed-By: LiviaMedeiros Reviewed-By: Matteo Collina --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index f7e7fa0d8c82cf..e95b579e71da14 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -40,8 +40,6 @@ test-http2-socket-close: PASS, FLAKY [$system==win32 && $arch==arm64] [$system==linux] -# https://github.com/nodejs/node/issues/43465 -test-http-server-request-timeouts-mixed: PASS, FLAKY # https://github.com/nodejs/node/issues/54803 test-performance-function: PASS, FLAKY # https://github.com/nodejs/node/issues/54346