From 2b0e912d8e2cea48e1f4d5150f7d48332cef286c Mon Sep 17 00:00:00 2001 From: Victor Gomes Date: Mon, 22 May 2023 13:34:16 +0200 Subject: [PATCH] Skip tests asserting an exact error message (#142) Merging based on marja@ request. --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 280fc86693a71c..4229055d8fa719 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -120,6 +120,9 @@ test-tls-client-mindhsize: PASS, FLAKY test-tls-write-error: PASS, FLAKY # https://github.com/nodejs/node/issues/48047 test-http-pipeline-flood: SKIP +# https://github.com/nodejs/node/issues/43676 +parallel/test-repl-pretty-stack: SKIP +parallel/test-repl-pretty-custom-stack: SKIP [$asan==on] # https://github.com/nodejs/node/issues/39655