Skip to content

Commit

Permalink
test: skip Server configuration due to bug in nodejs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Oct 4, 2024
1 parent 807cdde commit 1fafe17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12.x, 14.x, 16.x, 18.19.x]
node: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion test/dns-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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() {
describe.skip('Server Configuration', function() {
this.timeout(5000);

describe('Full Node', function() {
Expand Down

0 comments on commit 1fafe17

Please sign in to comment.