mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: no-sandbox flag is deprecated (#7660)
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user