diff --git a/test/internet/test-dns-ipv6.js b/test/internet/test-dns-ipv6.js index 27b25f7995e630..5a66f8db783f4b 100644 --- a/test/internet/test-dns-ipv6.js +++ b/test/internet/test-dns-ipv6.js @@ -12,6 +12,11 @@ var expected = 0, running = false, queue = []; +if (!common.hasIPv6) { + console.log('1..0 # Skipped: this test, no IPv6 support'); + return; +} + function TEST(f) { function next() { var f = queue.shift();