Skip to content

Commit

Permalink
test: skip external DNS lookup test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Nov 11, 2022
1 parent f78947e commit 8f062c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/net-lookup-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const main = Network.get('main');

const notAHost = 'not-a-domain.not-a-domain';

describe('Lookup', function() {
describe.skip('Lookup', function() {
this.timeout(10000);
it('should lookup seed', async () => {
for (const host of main.seeds) {
Expand Down

0 comments on commit 8f062c3

Please sign in to comment.