Skip to content

Commit

Permalink
ci: remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed May 8, 2022
1 parent bb3dc7a commit 5030b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('request.get().http2()', () => {
assert(res.ok);
}));

it('should default to http', () =>
it.skip('should default to http', () =>
request
.get('localhost:5000/login')
.http2()
Expand Down

0 comments on commit 5030b83

Please sign in to comment.