diff --git a/test/http2.js b/test/http2.js index c6f9d01cb91..7ff604d91d9 100644 --- a/test/http2.js +++ b/test/http2.js @@ -1382,7 +1382,7 @@ test('#2364 - Concurrent aborts', async t => { await t.completed }) -test('#3046 - GOAWAY Frame', { only: true }, async t => { +test('#3046 - GOAWAY Frame', async t => { const server = createSecureServer(pem) server.on('stream', (stream, headers) => {