Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Oct 12, 2024
1 parent 1ebb3f3 commit 893a3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/node/http2/node-http2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 893a3d8

Please sign in to comment.