From 766b6abf05de320386ff22166d4aabbf670076bc 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 b30c1f4153a2c3..2b9cdea9f710af 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