Skip to content

test-dns-ipv6.js fails on systems without IPv6 support #3443

Closed
@john-yan

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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    dnsIssues and PRs related to the dns subsystem.testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions