Skip to content

Commit

Permalink
Merge pull request #1681 from embroider-build/skip-slow-windows-test
Browse files Browse the repository at this point in the history
skip watch-mode tests in windows
  • Loading branch information
mansona committed Nov 28, 2023
2 parents d68fbec + deccc1a commit d8895a2
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 d8895a2

Please sign in to comment.