Skip to content

Commit

Permalink
ci: disable vmThreads test for now (#6462)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Sep 9, 2024
1 parent b78fa88 commit 85e42bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core/vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ function project(pool: Pool) {
export default defineWorkspace([
project('threads'),
project('forks'),
project('vmThreads'),
// TODO: fix fail on Node 22.1
// project('vmThreads'),
])

0 comments on commit 85e42bc

Please sign in to comment.