Skip to content

Commit

Permalink
build: remove sandbox override (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite authored Jul 17, 2024
1 parent 82d1ba4 commit 39a8bca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ module.exports = () => {
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: [
'--no-sandbox',
'--headless',
'--disable-gpu',
'--disable-dev-shm-usage',
],
flags: ['--headless', '--disable-gpu', '--disable-dev-shm-usage'],
},
},
restartOnFileChange: true,
Expand Down

0 comments on commit 39a8bca

Please sign in to comment.