mirror of https://github.com/nodejs/node.git
test: internet/test-dns disable implicit ipv6
This ends up being too difficult to test across different deploymentspull/5010/head
parent
67dfcd55be
commit
98a0909da0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue