Skip to content

Commit

Permalink
Revert "run the test on windows too."
Browse files Browse the repository at this point in the history
This reverts commit 5c38d77.
  • Loading branch information
cderv committed Oct 4, 2024
1 parent 5c38d77 commit 5e4f37a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/smoke/run/stdlib-run-version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ unitTest("stdlib-run-version", async () => {
});
console.log({result})
assert(result.success);
}, {
ignore: Deno.build.os == "windows",
});

0 comments on commit 5e4f37a

Please sign in to comment.