diff --git a/test/http2.js b/test/http2.js index ee9e01d9bd2..55a5d343d52 100644 --- a/test/http2.js +++ b/test/http2.js @@ -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)