diff --git a/test/http2.js b/test/http2.js index a0d88cd9b49..8423fbb0c6f 100644 --- a/test/http2.js +++ b/test/http2.js @@ -1643,7 +1643,7 @@ test('#3753 - Handle GOAWAY Gracefully', async (t) => { await t.completed }) -test('#3803 - sending FormData bodies works', { only: true }, async (t) => { +test('#3803 - sending FormData bodies works', async (t) => { const assert = tspl(t, { plan: 4 }) const server = createSecureServer(pem).listen(0)