Skip to content

Commit 91cf1a0

Browse files
committed
test: isolate suite
1 parent 4aff848 commit 91cf1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http2.js

Lines changed: 1 addition & 1 deletion
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)