Skip to content

Commit

Permalink
Disable two tests on Windows due to false alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Sep 19, 2023
1 parent be292d4 commit 643aed6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
],
"preLaunchTask": "task-watch-all",
"env": {
"LATEXWORKSHOP_CI": "1",
"LATEXWORKSHOP_SUITE": ""
}
},
Expand All @@ -52,7 +51,6 @@
],
"preLaunchTask": "task-watch-all",
"env": {
"LATEXWORKSHOP_CI": "1",
"LATEXWORKSHOP_SUITE": ""
}
},
Expand Down
1 change: 0 additions & 1 deletion test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ async function runTestSuites(fixture: 'testground' | 'multiroot') {
'--disable-gpu'
],
extensionTestsEnv: {
LATEXWORKSHOP_CI: '1',
LATEXWORKSHOP_CLI: '1'
}
})
Expand Down
4 changes: 2 additions & 2 deletions test/suites/04_intellisense.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ suite('Intellisense test suite', () => {
])
suggestions = test.suggest(0, 1)
assert.ok(suggestions.labels.includes('\\lstinline'))
})
}, ['linux', 'darwin'])

test.run('command intellisense with cmds provided by \\usepackage and its argument', async (fixture: string) => {
await test.load(fixture, [
Expand Down Expand Up @@ -279,7 +279,7 @@ suite('Intellisense test suite', () => {
])
suggestions = test.suggest(3, 7)
assert.ok(suggestions.labels.includes('algorithm'))
})
}, ['linux', 'darwin'])

test.run('environment intellisense with envs provided by \\usepackage and its argument', async (fixture: string) => {
await test.load(fixture, [
Expand Down

0 comments on commit 643aed6

Please sign in to comment.