Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --disable-gpu flag when starting headless chrome #167

Merged
merged 1 commit into from
Aug 5, 2019

Conversation

HeroicEric
Copy link
Contributor

The --disable-gpu flag is no longer necessary and, at least in some cases, is causing issues.

This flag has already been removed from ember-cli's blueprints

As you may already know, this project's test suite is run as part of Ember Data's test suite to help catch regressions. The flag has already been removed from Ember Data's own testem config but Ember Data's complete test suite cannot successfully run until all of our external integration partners have also removed this flag.

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.
@codecov
Copy link

codecov bot commented Aug 5, 2019

Codecov Report

Merging #167 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   78.72%   78.72%           
=======================================
  Files         106      106           
  Lines         818      818           
=======================================
  Hits          644      644           
  Misses        174      174

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a92a5b1...83a7225. Read the comment docs.

@kategengler
Copy link
Member

Thanks!

@kategengler kategengler merged commit 49d5292 into emberobserver:master Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants