From cd9754d6a78e5f5386dc70f0131877f6d1fb5370 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 25 Sep 2023 19:13:28 +0200 Subject: [PATCH] test: mark test-runner-output as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has been flaky on many platforms for months. Mark it as flaky for now to avoid blocking the CI. PR-URL: https://github.com/nodejs/node/pull/49854 Refs: https://github.com/nodejs/node/issues/49853 Refs: https://github.com/nodejs/reliability/issues/673 Reviewed-By: Tobias Nießen Reviewed-By: Yagiz Nizipli Reviewed-By: LiviaMedeiros Reviewed-By: Luigi Pinca --- 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