From 6d022c13c52fc0134ed6c79be520be8c84c58cf8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 24 Nov 2019 09:42:17 -0800 Subject: [PATCH] test: skip test-domain-error-types in debug mode temporariliy Until https://github.com/nodejs/node/issues/30498 is resolved, skip test-domain-error-types on debug builds. PR-URL: https://github.com/nodejs/node/pull/30629 Reviewed-By: Richard Lau Reviewed-By: Anna Henningsen --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 444cf8d1154c92..00ab4a774d29b9 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -33,3 +33,7 @@ test-async-hooks-http-parser-destroy: PASS,FLAKY [$system==freebsd] [$system==aix] + +[$mode==debug] +# https://github.com/nodejs/node/issues/30498 +test-domain-error-types: PASS,FLAKY