tests - drop more flags (#245357)

This commit is contained in:
Benjamin Pasero
2025-04-02 20:33:09 +02:00
committed by GitHub
parent 3d6eb63d45
commit 3edf73df8a
6 changed files with 18 additions and 39 deletions

View File

@@ -306,9 +306,7 @@ export class DarwinTestRunner extends PosixTestRunner {
protected override getDefaultArgs() {
return [
TEST_ELECTRON_SCRIPT_PATH,
'--no-sandbox',
'--disable-dev-shm-usage',
'--use-gl=swiftshader',
'--no-sandbox'
];
}