Revert "DEV: no-sandbox flag is deprecated (#7660)"

This reverts commit d4d42bc61c.
This commit is contained in:
Joffrey JAFFEUX 2019-06-03 23:03:30 +02:00
parent d7ff640778
commit 43a46df075
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if (QUNIT_RESULT) {
async function runAllTests() {
function launchChrome() {
const options = {
chromeFlags: ["--disable-gpu", "--headless"]
chromeFlags: ["--disable-gpu", "--headless", "--no-sandbox"]
};
if (process.env.REMOTE_DEBUG) {