Skip to content
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-dns-ipv6.js fails on systems without IPv6 support #3443

Closed
john-yan opened this issue Oct 19, 2015 · 2 comments
Closed

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

john-yan opened this issue Oct 19, 2015 · 2 comments
Labels
dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests.

Comments

@john-yan
Copy link

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;
}
@john-yan
Copy link
Author

Pull request: #3444

@mscdex mscdex added dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests. labels Oct 19, 2015
@john-yan
Copy link
Author

pull request merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

2 participants