Skip to content

Commit

Permalink
Merge PR #893 from 'nodech/skip-dnstest'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed May 27, 2024
2 parents 0a4f24b + 45c2684 commit fe336ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/dns-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const recursiveResolver = new Resolver({timeout: 1000});
rootResolver.setServers([`127.0.0.1:${network.nsPort}`]);
recursiveResolver.setServers([`127.0.0.1:${network.rsPort}`]);

describe('Server Configuration', function() {
// TODO: Enable once node.js supports ANY + SIG(0) queries (c-ares issue)
describe.skip('Server Configuration', function() {
describe('Full Node', function() {
let node;

Expand Down

0 comments on commit fe336ae

Please sign in to comment.