From 5278b8b7a14d38163a88d6c10233bfa1c664d654 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 cbc231894d4a79..fe6c570b60d480 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -44,8 +44,6 @@ test-worker-nearheaplimit-deadlock: 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