Skip to content

Commit

Permalink
remove regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Jun 11, 2024
1 parent ec50f5a commit 15e9de6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/node/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ describe('[node] request', () => {
});
});

describe('ipv6 address', () => {
it('should successfully query an ipv6 address', (done) => {
request.get(`http://[::]/url?a=(b%29`).end((error, res) => {
assert.equal('/url?a=(b%29', res.text);
done();
});
});
});

describe('.buffer()', () => {
it('should enable buffering', (done) => {
request
Expand Down

0 comments on commit 15e9de6

Please sign in to comment.