Skip to content

Commit

Permalink
Run Chrome with --no-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Apr 24, 2017
1 parent dcffde3 commit 7889e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module.exports = function (config) {
flags: [
'--headless',
'--disable-gpu',
'--no-sandbox',
// Without a remote debugging port, Google Chrome exits immediately.
'--remote-debugging-port=9222'
]
Expand Down

0 comments on commit 7889e35

Please sign in to comment.