From 0ad783cb426f769a87487f336cfcfb9d5ebc6d0c Mon Sep 17 00:00:00 2001 From: jakecastelli <38635403+jakecastelli@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:12:40 +0700 Subject: [PATCH] test: mark test-pipe-file-to-http as flaky PR-URL: https://github.com/nodejs/node/pull/53751 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Yagiz Nizipli Reviewed-By: Trivikram Kamat Reviewed-By: Mohammed Keyvanzadeh --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0ba0491531b24e..1ad64bd1f4e406 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -47,6 +47,8 @@ test-inspector-async-stack-traces-set-interval: 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 [$system==solaris] # Also applies to SmartOS # https://github.com/nodejs/node/issues/43457