Skip to content

Commit

Permalink
Skip turbo build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 11, 2024
1 parent 80ef02f commit f6489ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ createNextDescribe(
expect(html).toContain(
'You cannot have two parallel pages that resolve to the same path.'
)
} else {
} else if (!process.env.TURBOPACK) {
await expect(next.start()).rejects.toThrow('next build failed')

await check(
Expand Down

0 comments on commit f6489ea

Please sign in to comment.