-
Notifications
You must be signed in to change notification settings - Fork 129
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
Tests don't terminate when an exception happens and an agent was used #336
Comments
Wrapping the facts in |
In fact, this issue is a duplicate of #302. |
Sorry that I can't promise any fix any time soon. |
Closing this as a duplicate, but left a reminder to look here on the other issue |
Hey!
Here is a simple test case:
When running, I get the exception and the tests don't terminate. If I put the
throw
into a test (like=> anything
), the exception is correctly handled and the test terminate. I don't see an easy workaround as I cannot just callshutdown-agents
whenever I get a problem since this cannot be reverted.The text was updated successfully, but these errors were encountered: