summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-11-24 09:42:17 -0800
committerRich Trott <rtrott@gmail.com>2019-11-26 10:18:42 -0800
commit6d022c13c52fc0134ed6c79be520be8c84c58cf8 (patch)
tree8a689f0f2423acba5033be15cba529ce13901572
parentebb177ee22eda9ff1459e8c82d4d1e0b3987428e (diff)
downloadandroid-node-v8-6d022c13c52fc0134ed6c79be520be8c84c58cf8.tar.gz
android-node-v8-6d022c13c52fc0134ed6c79be520be8c84c58cf8.tar.bz2
android-node-v8-6d022c13c52fc0134ed6c79be520be8c84c58cf8.zip
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>
-rw-r--r--test/parallel/parallel.status4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 444cf8d115..00ab4a774d 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