diff --git a/.vscode/launch.json b/.vscode/launch.json index 371468953..901677799 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,7 +32,6 @@ ], "preLaunchTask": "task-watch-all", "env": { - "LATEXWORKSHOP_CI": "1", "LATEXWORKSHOP_SUITE": "" } }, @@ -52,7 +51,6 @@ ], "preLaunchTask": "task-watch-all", "env": { - "LATEXWORKSHOP_CI": "1", "LATEXWORKSHOP_SUITE": "" } }, diff --git a/test/runTest.ts b/test/runTest.ts index 1da084426..aae8cb9ff 100644 --- a/test/runTest.ts +++ b/test/runTest.ts @@ -19,7 +19,6 @@ async function runTestSuites(fixture: 'testground' | 'multiroot') { '--disable-gpu' ], extensionTestsEnv: { - LATEXWORKSHOP_CI: '1', LATEXWORKSHOP_CLI: '1' } }) diff --git a/test/suites/04_intellisense.test.ts b/test/suites/04_intellisense.test.ts index 22343a9da..13b9c1d37 100644 --- a/test/suites/04_intellisense.test.ts +++ b/test/suites/04_intellisense.test.ts @@ -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, [ @@ -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, [