moar sandbox flags

This commit is contained in:
Bruno Windels 2019-04-05 16:55:59 +02:00
parent 53eab479ec
commit 7e2d35fdfe

View file

@ -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;