Skip to content

Commit

Permalink
test: isolate suite
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Nov 27, 2024
1 parent 6b50d7f commit e438544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ test('Should handle http2 stream timeout', async t => {
})
})

test('Should handle http2 trailers', async t => {
test('Should handle http2 trailers', { only: true }, async t => {
const server = createSecureServer(pem)
const stream = createReadStream(__filename)

Expand Down

0 comments on commit e438544

Please sign in to comment.