diff --git a/test/js/node/http2/node-http2.test.js b/test/js/node/http2/node-http2.test.js index f50d0b7f99eac..c75a0f5cb0cbc 100644 --- a/test/js/node/http2/node-http2.test.js +++ b/test/js/node/http2/node-http2.test.js @@ -987,7 +987,7 @@ for (const nodeExecutable of [nodeExe()]) { ]); }); - it.only("should not leak memory", () => { + it("should not leak memory", () => { const { stdout, exitCode } = Bun.spawnSync({ cmd: [bunExe(), "--smol", "run", path.join(import.meta.dir, "node-http2-memory-leak.js")], env: {