Skip to content

Commit

Permalink
Disable a problematic test on Windows, again
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Nov 16, 2023
1 parent 0d7bccc commit d7c9297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/11_snippet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ suite('Snippet test suite', () => {
await promise
const changed = vscode.window.activeTextEditor?.document.getText()
assert.ok(changed?.includes('\\fbox{a}bc'))
})
}, ['linux', 'darwin'])
})
1 change: 1 addition & 0 deletions test/suites/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function run(): Promise<void> {
return new Promise((resolve, reject) => {
try {
glob.sync('**/**.test.js', { cwd: __dirname })
.sort()
.forEach(f => mocha.addFile(path.resolve(__dirname, f)))
// Run the mocha test
mocha.run(failures => {
Expand Down

0 comments on commit d7c9297

Please sign in to comment.