Skip to content

Commit

Permalink
temporarily skip 2 windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 9, 2024
1 parent 9c6a0e5 commit 62db3e6
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 @@ -30,6 +30,7 @@ async function githubMatrix() {
.filter(s => s.name !== 'jest-suites') // TODO: jest 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
.filter(s => !s.name.endsWith('compat-addon-classic-features-virtual-scripts')) // TODO: these tests are too slow on windows right now
.filter(s => !['core-resolver-test', 'canary-compat-stage2-build-static-with-rules'].includes(s.name)) // TODO: unskip these tests after merging stable into main
.map(s => ({
name: `${s.name} windows`,
os: 'windows',
Expand Down

0 comments on commit 62db3e6

Please sign in to comment.