Skip to content

Commit

Permalink
Disable test again
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickheeney committed May 3, 2023
1 parent f9a24e7 commit 5e5934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/curl/http2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const onStream: OnStreamFn = (stream, _headers) => {
stream.end('<h1>Hello World</h1>')
}

describe('HTTP2', () => {
xdescribe('HTTP2', () => {
before((done) => {
serverHttp2.on('error', onError)
serverHttp2.on('session', onSession)
Expand Down

0 comments on commit 5e5934a

Please sign in to comment.