mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 05:35:50 +08:00
Revert "DEV: no-sandbox flag is deprecated (#7660)"
This reverts commit d4d42bc61c909840656765d01ebf41b3b02ec00d.
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…
x
Reference in New Issue
Block a user