Skip to content

Commit

Permalink
test: hide winterjs due to unstability
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 19, 2023
1 parent 048c8ff commit 1b50a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presets/winterjs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const hasWasmer =
execaCommandSync("wasmer --version", { stdio: "ignore", reject: false })
.exitCode === 0;

describe.runIf(hasWasmer)("nitro:preset:winterjs", async () => {
describe.runIf(false && hasWasmer)("nitro:preset:winterjs", async () => {
const ctx = await setupTest("winterjs");
testNitro(ctx, async () => {
const port = await getRandomPort();
Expand Down

0 comments on commit 1b50a9a

Please sign in to comment.