-
Notifications
You must be signed in to change notification settings - Fork 103
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
Successful tests are marked as failed because of DISCONNECTED #95
Comments
So after a few days of messing around, I've come to realize that various browsers will fail to stop if you use any form of code coverage.
|
Thank you @nick-woodward ! Spent 3 hours trying to figure out why my tests wouldn't finish in safari - Turns out it wasn't my tests after all ... |
Can't believe I didn't search this repository sooner. I had narrowed it down to the most perplexing lines of code, and couldn't understand what was going wrong. My cousin began to joke that I had actually died and was stuck in purgatory, working on the same bug forever. It was the |
This error is still happening even though I've removed my code coverage tools. My errors look like this:
With I'm testing Chrome 54-56. When I set Does anyone know other solutions? |
I had the same error on PhantomJS:
|
I did not find @nick-woodward 's comment to be accurate.
|
see karma-runner/karma-sauce-launcher#95 besides coverage (which shouldn't be active for us) we can also try to disable devtool
Closing this due to inactivity, please try the newest version of this module and feel free to open a new issue if you still experience this issue |
While running the tests, I often see something like this:
But IE tests has already passed before this message.
Let me know how I can provide more information.
This is my dependencies:
The text was updated successfully, but these errors were encountered: