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

Deprecation warning violates ember test --silent behavior #35

Open
nragaz opened this issue Jun 15, 2016 · 0 comments
Open

Deprecation warning violates ember test --silent behavior #35

nragaz opened this issue Jun 15, 2016 · 0 comments

Comments

@nragaz
Copy link

nragaz commented Jun 15, 2016

According to the help for ember test:

--silent (Boolean) (Default: false) Suppress any output except for the test report

But the deprecation warning DEPRECATION: Overriding init without calling this._super is deprecated. Please call this._super() busts through that flag, breaking an automated CI workflow (because the CI output now includes these deprecation warnings instead of being only the test results).

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

No branches or pull requests

1 participant