Skip to content

Commit

Permalink
Add linux sandbox flag to puppeteer command
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Dec 20, 2020
1 parent 94e99fd commit e9f04db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test/mocha-chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function(grunt) {
// Launch Chrome in headless mode
const browser = await puppeteer.launch({
headless: true,
args: ['--no-sandbox']
args: ['--no-sandbox', '--disable-setuid-sandbox']
});

try {
Expand Down

0 comments on commit e9f04db

Please sign in to comment.