Skip to content

Commit

Permalink
skip watch-mode tests in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 28, 2023
1 parent d68fbec commit deccc1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-packages/support/suite-setup-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async function githubMatrix() {
})),
...suites
.filter(s => s.name !== 'node') // TODO: node tests do not work under windows yet
.filter(s => !s.name.includes('watch-mode')) // TODO: watch tests are far too slow on windows right now
.map(s => ({
name: `${s.name} windows`,
os: 'windows',
Expand Down

0 comments on commit deccc1a

Please sign in to comment.