Skip to content

Commit 515498d

Browse files
authored
Remove --disable-gpu flag when starting headless chrome
The `--disable-gpu` flag is [no longer necessary](https://bugs.chromium.org/p/chromium/issues/detail?id=737678) and, at least in some cases, is [causing issues](https://bugs.chromium.org/p/chromium/issues/detail?id=982977). This flag has already been [removed from ember-cli's blueprints](ember-cli/ember-cli#8774) As you may already know, this project's test suite is run as part of [Ember Data](https://github.com/emberjs/data)'s test suite to help catch regressions. The flag has already been [removed from Ember Data's own testem config](emberjs/data#6298) but Ember Data's complete test suite cannot successfully run until all of our external integration partners have also removed this flag.
1 parent 0bd6e87 commit 515498d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testem.js

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
mode: 'ci',
1212
args: [
1313
'--headless',
14-
'--disable-gpu',
1514
'--disable-dev-shm-usage',
1615
'--disable-software-rasterizer',
1716
'--mute-audio',

0 commit comments

Comments
 (0)