Skip to content

Commit e438544

Browse files
committed
test: isolate suite
1 parent 6b50d7f commit e438544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ test('Should handle http2 stream timeout', async t => {
17401740
})
17411741
})
17421742

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

0 commit comments

Comments
 (0)