Skip to content

Commit

Permalink
test(virtual vendor): skip the test on windows because it times out
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial committed Apr 24, 2024
1 parent aa206c5 commit ef491d7
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 @@ -29,6 +29,7 @@ async function githubMatrix() {
...suites
.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
.map(s => ({
name: `${s.name} windows`,
os: 'windows',
Expand Down

0 comments on commit ef491d7

Please sign in to comment.