Skip to content

Commit

Permalink
chore: disable gpu heavy features in headless vscode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed May 19, 2023
1 parent e30d0bf commit 8628bd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/jest/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ runTests({
launchArgs: [
path.resolve(rootDir, './test/fixture'),
'--disable-extensions',
'--disable-gpu',
'--disable-gpu-sandbox',
'--disable-workspace-trust',
'--verbose',
],
version: process.env.VSCODE_VERSION,
Expand Down

0 comments on commit 8628bd6

Please sign in to comment.