Skip to content

Commit 7bea2ea

Browse files
committed
ci: fixup to prev commit
1 parent bdd74a2 commit 7bea2ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/integration/runTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ async function main() {
4444
const launchArgs = [
4545
workspacePath,
4646
'--disable-extensions',
47-
'--no-sandbox',
48-
'--disable-gpu-sandbox',
47+
'--disable-gpu',
48+
'--disable-chromium-sandbox',
4949
];
5050
// Download VS Code, unzip it and run the integration test
5151
await runTests({

test/unitTest/runTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ async function main() {
3333
const launchArgs = [
3434
workspacePath,
3535
'--disable-extensions',
36-
'--no-sandbox',
37-
'--disable-gpu-sandbox',
36+
'--disable-gpu',
37+
'--disable-chromium-sandbox',
3838
];
3939
// Download VS Code, unzip it and run the integration test
4040
await runTests({

0 commit comments

Comments
 (0)