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

Tests are not aborted even after test times out in net core #608

Closed
jayaranigarg opened this issue Apr 24, 2019 · 1 comment
Closed

Tests are not aborted even after test times out in net core #608

jayaranigarg opened this issue Apr 24, 2019 · 1 comment

Comments

@jayaranigarg
Copy link
Member

We are not aborting the tests in .Net Core, even after a test times out as there is not Thread abort support for netcore. Figure out a way to support cancellation/abortion of tests.

@jayaranigarg
Copy link
Member Author

Fixed by following PRs:
#585
#593

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