Revert "DEV: no-sandbox flag is deprecated (#7660)"
This reverts commit d4d42bc61c
.
This commit is contained in:
parent
d7ff640778
commit
43a46df075
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue