Skip to content

Commit e32f855

Browse files
authored
E2E test: fix integration tests (#8892)
Not sure why this didn't come up with my PR, but here is a follow on fix for integration tests.
1 parent 4d768aa commit e32f855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
3535
else
3636
cd $ROOT ; \
3737
ELECTRON_ENABLE_LOGGING=1 \
38-
"$CODE" \
38+
"$CODE" --no-sandbox \
3939
test/unit/electron/index.js --crash-reporter-directory=$VSCODECRASHDIR "$@"
4040
fi

0 commit comments

Comments
 (0)