mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 13:15:41 +08:00
DEV: no-sandbox flag is deprecated (#7660)
This commit is contained in:
parent
1db7fd6f9b
commit
d4d42bc61c
@ -38,7 +38,7 @@ if (QUNIT_RESULT) {
|
|||||||
async function runAllTests() {
|
async function runAllTests() {
|
||||||
function launchChrome() {
|
function launchChrome() {
|
||||||
const options = {
|
const options = {
|
||||||
chromeFlags: ["--disable-gpu", "--headless", "--no-sandbox"]
|
chromeFlags: ["--disable-gpu", "--headless"]
|
||||||
};
|
};
|
||||||
|
|
||||||
if (process.env.REMOTE_DEBUG) {
|
if (process.env.REMOTE_DEBUG) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user