From 636b3432d3b4cfe07ab9ee59ef861c9a96ea18fa Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 20 Sep 2024 11:57:06 +0200 Subject: [PATCH] test: remove test-http-max-sockets flaky designation There is no recent trace of failure for this test. Fixes: https://github.com/nodejs/node/issues/47116 PR-URL: https://github.com/nodejs/node/pull/54976 Reviewed-By: Robert Nagy Reviewed-By: Jake Yuesong Li --- test/sequential/sequential.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index a539649d553737..073b29cce8dbca 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -14,8 +14,6 @@ test-watch-mode-inspect: PASS, FLAKY test-http2-large-file: PASS, FLAKY [$system==win32] -# https://github.com/nodejs/node/issues/47116 -test-http-max-sockets: PASS, FLAKY # https://github.com/nodejs/node/issues/49630 test-single-executable-application-snapshot: PASS, FLAKY test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY