mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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({
|
||||
// when debugging localy setting headless to "false" can be very helpful
|
||||
headless: false,
|
||||
args: ["--disable-local-storage"]
|
||||
args: ["--disable-local-storage", "--no-sandbox"]
|
||||
});
|
||||
const page = await browser.newPage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user