Skip to content

Commit

Permalink
disable a test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 13, 2024
1 parent 51b91d1 commit 55d878d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { assert } from "@jsenv/assert";
import { startMeasures } from "@jsenv/performance-impact";

if (process.platform === "win32") {
process.exit(0);
}

const test = async (fileRelativeUrl) => {
const measures = startMeasures({
filesystem: true,
Expand Down

0 comments on commit 55d878d

Please sign in to comment.