Skip to content

Commit 1620479

Browse files
authored
Fix VS Code E2E test (#10937)
Found the solution here: microsoft/vscode-test#221 (comment) ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/Azure/bicep/pull/10937)
1 parent 4444dad commit 1620479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vscode-bicep/src/test/e2e/runTests.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ async function go() {
6262
extensionTestsPath: path.resolve(__dirname, "index"),
6363
extensionTestsEnv: { TEST_MODE: "e2e" },
6464
launchArgs: [
65+
"--no-sandbox",
66+
"--disable-gpu-sandbox",
6567
"--enable-proposed-api=ms-azuretools.vscode-bicep",
6668
...userDataArguments,
6769
],

0 commit comments

Comments
 (0)