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

fix(runner): remove explicit error on all tests failed #3369

Merged

Conversation

ilgonmic
Copy link
Contributor

There are failOnFailingTestSuite and failOnEmptyTestSuite, so in this there is no necessity

Fixes #3367

Copy link
Contributor

@johnjbarton johnjbarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ilgonmic
Copy link
Contributor Author

@johnjbarton Can we expect it in the next release?

@johnjbarton
Copy link
Contributor

The github project CI appveyor needs to be fixed.

- there are failOnFailingTestSuite and failOnEmptyTestSuite, so in this there is no neccesity

Fixes karma-runner#3367
@ilgonmic ilgonmic force-pushed the no-explicit-error-on-all-tests-failed branch from 2794308 to c2255db Compare October 2, 2019 15:56
@ilgonmic
Copy link
Contributor Author

ilgonmic commented Oct 7, 2019

@johnjbarton Seems that appveyor is triggered by GitHub's PR
https://ci.appveyor.com/project/dignifiedquire/karma/history
But it does not return status back?

@johnjbarton
Copy link
Contributor

Or github is not dealing with the status now. This worked until a couple of weeks ago.

@ilgonmic
Copy link
Contributor Author

ilgonmic commented Oct 8, 2019

@johnjbarton Maybe it will be useful
In some relevant issues there is advice with reauthorize GitHub again in AppVeyor
https://help.appveyor.com/discussions/problems/5147-appveyor-build-status-does-not-automatically-show-on-github-pr

@johnjbarton
Copy link
Contributor

retriggering appveyor with new config

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.

Karma returns non-zero exit code with disabled failOnFailingTestSuite when all tests are failed
2 participants