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

This commit is contained in:
Joffrey JAFFEUX 2019-05-31 13:22:03 +02:00 committed by GitHub
parent 1db7fd6f9b
commit d4d42bc61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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", "--no-sandbox"]
chromeFlags: ["--disable-gpu", "--headless"]
};
if (process.env.REMOTE_DEBUG) {