-
Notifications
You must be signed in to change notification settings - Fork 748
Assert.Inconclusive() reports failed when timeout used #3632
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
Comments
VersionsVisual Studio - 16.7.3 Nuget
Stack Trace
|
Looks like it might be VS, but I prefer not to be on preview versions. |
Looking at the stacktrace, I can see that the EDIT: Does it work if you use the prerelease build of the NUnit framework (from https://www.myget.org/feed/nunit/package/nuget/NUnit) instead of 3.12.0 ? |
I'm running Core 3.1 in my test project. |
I'm not talking about the adapter, but the version of the nunit framework you are using (so replacing the "NUnit - 3.12.1" you mentioned above). If you follow the link - https://www.myget.org/feed/nunit/package/nuget/NUnit - then there are descriptions of how to install the prerelease, so that you can test if it solves your problem. |
Yeah, looks to be resolved with 3.13.0 but reproducible with 3.12.0. I've attached a sample solution to the initial post. |
I'll close this as a duplicate of #3282. This should be solved with 3.13.0 which hopefully is out soon. |
These tests should have the same result
Intead, the one with the timeout is marked as failed.
Resharper test runner:

VS test runner:

I was able to find a workaround:
reproduction
The text was updated successfully, but these errors were encountered: