DomBurf
DomBurf

Reputation: 2522

"Inconclusive: Test not run" error running unit tests in debug mode in Visual Studio / Resharper

I am getting the above error "Inconclusive: Test not run" error when trying to run my unit tests in debug mode in Visual Studio.

I am using Visual Studio 2017 patched with the latest .NET Core 2 release Version 15.3.5 and Resharper Ultimate 2017.1.3

This has only started happening since I installed the latest .NET Core 2.0 patch recently.

Upvotes: 4

Views: 6396

Answers (2)

Ditto
Ditto

Reputation: 79

Another possible answer is to prevent VS from using test settings file. Located in "Test->Test Settings" menu. After changing branches it got enabled somehow without me noticing and tests stopped running. Unchecking it brought my tests back to runnable state. Test settings file

Upvotes: 0

Alexander Kurakin
Alexander Kurakin

Reputation: 13533

This bug has been fixed in R# 2017.2 release build

Upvotes: 5

Related Questions