From 274cc5e08a45ae4e4746d8dae74ebc9871e9c3c2 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 4 Jan 2025 16:28:03 +0100 Subject: [PATCH] test: remove flaky test-pipe-file-to-http designation The original issue is likely the same as other tests that time out. Refs: https://github.com/nodejs/node/issues/54918 Refs: https://github.com/nodejs/node/pull/53595 Refs: https://github.com/nodejs/node/pull/53751 --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index fb9acebab4eba9..654212971d28f3 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -53,8 +53,6 @@ test-macos-app-sandbox: PASS, FLAKY # https://github.com/nodejs/node/pull/31178 test-crypto-dh-stateless: SKIP test-crypto-keygen: SKIP -# https://github.com/nodejs/node/issues/52963 -test-pipe-file-to-http: PASS, FLAKY # https://github.com/nodejs/node/issues/54801 test-debugger-heap-profiler: PASS, FLAKY