From cd39317b97b1e5c94bdacb8f196790f2644b50f8 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 3 Oct 2025 15:31:24 +0000 Subject: [PATCH] test: mark `test-runner-run-watch` flaky on macOS `parallel/test-runner-run-watch` has failed 33 out of the last 100 CI runs on macOS. It is already marked flaky on other platforms. --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 85ebdbefc18f25..0036beb318df22 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -58,6 +58,8 @@ test-runner-watch-mode: PASS,FLAKY # https://github.com/nodejs/node/issues/42741 test-http-server-headers-timeout-keepalive: PASS,FLAKY test-http-server-request-timeout-keepalive: PASS,FLAKY +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/pull/31178