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 <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
Rich Trott 2019-11-24 09:42:17 -08:00
parent ebb177ee22
commit 6d022c13c5

View file

@ -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