From 84a5c752135b557ec2a777820231987283ffb855 Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Tue, 9 Apr 2024 09:44:50 +0200 Subject: [PATCH] test: remove only --- test/http2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {