Skip to content

Commit

Permalink
task(config): Removes --disable-gpu flag
Browse files Browse the repository at this point in the history
Chrome ~77 will crash with the `--disable-gpu` flag present. This PR removes it.
  • Loading branch information
scalvert committed Oct 18, 2019
1 parent ecd86ba commit 9f569bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
// --no-sandbox is needed when running Chrome inside a container
process.env.CI ? '--no-sandbox' : null,
'--headless',
'--disable-gpu',
'--disable-dev-shm-usage',
'--disable-software-rasterizer',
'--mute-audio',
Expand Down

0 comments on commit 9f569bf

Please sign in to comment.