mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Run smoke test without sandbox for now.
This commit is contained in:
@ -16,7 +16,7 @@ const path = require('path');
|
|||||||
const browser = await puppeteer.launch({
|
const browser = await puppeteer.launch({
|
||||||
// when debugging localy setting headless to "false" can be very helpful
|
// when debugging localy setting headless to "false" can be very helpful
|
||||||
headless: false,
|
headless: false,
|
||||||
args: ["--disable-local-storage"]
|
args: ["--disable-local-storage", "--no-sandbox"]
|
||||||
});
|
});
|
||||||
const page = await browser.newPage();
|
const page = await browser.newPage();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user