Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test: remove internet test from test/simple/
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMadsen authored and bnoordhuis committed Dec 28, 2011
1 parent a848a3e commit d483acc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/simple/test-c-ares.js
Expand Up @@ -42,13 +42,6 @@ dns.lookup('::1', function(error, result, addressType) {
assert.equal(6, addressType);
});

dns.lookup('ipv6.google.com', function(error, result, addressType) {
if (error) throw error;
console.dir(arguments);
//assert.equal('string', typeof result);
assert.equal(6, addressType);
});

// Windows doesn't usually have an entry for localhost 127.0.0.1 in
// C:\Windows\System32\drivers\etc\hosts
// so we disable this test on Windows.
Expand Down

0 comments on commit d483acc

Please sign in to comment.