From e808ee68d0be7fd666d767cb343a9a6885352636 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 23 Dec 2021 11:35:48 -0500 Subject: [PATCH] test: mark test-repl-sigint-nested-eval as flaky Refs: https://github.com/nodejs/node/issues/41123 - This is one of the remaining high occurance flaky tests from the reliability reports and recent failures in the CI. Mark as flaky until issue is resolved under referenced issue. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/41302 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 f54ebb9a47599a..4b6f0a9c478d61 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/41123 +test-repl-sigint-nested-eval: PASS, FLAKY [$system==win32] # https://github.com/nodejs/node/issues/24497