From e851573ca0018671f441a76457b60aea24ad4093 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 25 Sep 2023 13:19:41 +0200 Subject: [PATCH] test: mark test-runner-output as flaky This has been flaky on many platforms for months. Mark it as flaky for now to avoid blocking the CI. --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6f4b9de73778b2..fe8ddee7cbf05e 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,8 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/49853 +test-runner-output: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/41206