Skip to content

Commit

Permalink
Fix integration test (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored Nov 19, 2024
1 parent 0d91fe8 commit 4d47285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/projects.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ export default [
ignore: [
// Cannot parse `'\033'`
'build/**',
// Invalid syntax
'src/vs/platform/files/test/node/fixtures/**',
'src/vs/workbench/services/search/test/node/fixtures/examples/**',
],
},
].flatMap((projectOrProjects, index) =>
Expand Down

0 comments on commit 4d47285

Please sign in to comment.