-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
Hello,
The test should be skipped on systems without IPv6. The same behavior can be found in
test-net-server-address.js
if (!common.hasIPv6) {
console.log('1..0 # Skipped: ipv6 part of test, no IPv6 support');
return;
}
Metadata
Metadata
Assignees
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.