We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a2d87 commit a3937d9Copy full SHA for a3937d9
test/http2.js
@@ -1643,7 +1643,7 @@ test('#3753 - Handle GOAWAY Gracefully', async (t) => {
1643
await t.completed
1644
})
1645
1646
-test('#3803 - sending FormData bodies works', { only: true }, async (t) => {
+test('#3803 - sending FormData bodies works', async (t) => {
1647
const assert = tspl(t, { plan: 4 })
1648
1649
const server = createSecureServer(pem).listen(0)
0 commit comments