From 259d0913669e34a7303dcef257f230c550c302ed Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 12 Jul 2021 12:01:25 -0700 Subject: [PATCH] test: mark test-domain-error-types flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/issues/39368 Signed-off-by: James M Snell PR-URL: https://github.com/nodejs/node/pull/39369 Reviewed-By: Gireesh Punathil Reviewed-By: Michaƫl Zasso --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7cc1b5fb33c4d2..d1a52c520f4d69 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -13,6 +13,8 @@ test-timers-immediate-queue: PASS,FLAKY test-worker-memory: PASS,FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/39368 +test-domain-error-types: PASS,FLAKY [$system==macos]