test: internet/test-dns disable implicit ipv6

This ends up being too difficult to test across different deployments
pull/5010/head
Timothy J Fontaine 2014-02-25 13:24:16 -08:00
parent 67dfcd55be
commit 98a0909da0
1 changed files with 2 additions and 0 deletions

View File

@ -348,6 +348,7 @@ TEST(function test_lookup_ipv6_explicit(done) {
});
/* This ends up just being too problematic to test
TEST(function test_lookup_ipv6_implicit(done) {
var req = dns.lookup('ipv6.google.com', function(err, ip, family) {
if (err) throw err;
@ -359,6 +360,7 @@ TEST(function test_lookup_ipv6_implicit(done) {
checkWrap(req);
});
*/
TEST(function test_lookup_failure(done) {