-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: skip test-domain-error-types in debug mode temporariliy #30629
Conversation
With the |
|
Until nodejs#30498 is resolved, skip test-domain-error-types on debug builds. PR-URL: nodejs#30629 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Landed in 6d022c1 |
Until #30498 is resolved, skip
test-domain-error-types on debug builds.
Not my first choice, but the frequency of failures in container+debug+shared-lib here is a problem.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes