diff --git a/start.js b/start.js index 099282740d..8c8b640595 100644 --- a/start.js +++ b/start.js @@ -41,7 +41,7 @@ async function runTests() { args: [], }; if (!program.sandbox) { - options.args.push('--no-sandbox'); + options.args.push('--no-sandbox', '--disable-setuid-sandbox'); } if (process.env.CHROME_PATH) { const path = process.env.CHROME_PATH;