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