diff --git a/test/js/node/http/node-http.test.ts b/test/js/node/http/node-http.test.ts index 677bd129cf..e5f6a9431d 100644 --- a/test/js/node/http/node-http.test.ts +++ b/test/js/node/http/node-http.test.ts @@ -2361,7 +2361,7 @@ it("should emit close when connection is aborted", async () => { } }); -it("must set headersSent to true after headers are sent", async () => { +it("must set headersSent to true after headers are sent #3458", async () => { const server = createServer().listen(0); try { await once(server, "listening");