Skip to content

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

@john-yan

Description

@john-yan

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

No one assigned

    Labels

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

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions