From e3b7c40ffce7411f777156b0fd8a466be62cc2d8 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:09:59 -0400 Subject: [PATCH] test: set `test-runner-run-watch` as flaky PR-URL: https://github.com/nodejs/node/pull/54802 Reviewed-By: James M Snell Reviewed-By: Matthew Aitken Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7c5ab642c18dce..169d815bb54801 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -48,6 +48,8 @@ test-performance-function: PASS, FLAKY test-esm-loader-hooks-inspect-wait: PASS, FLAKY # https://github.com/nodejs/node/issues/54810 test-sqlite-statement-sync: PASS, FLAKY +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605