test: skip external DNS lookup test for now
This commit is contained in:
parent
f78947ec20
commit
8f062c3e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue