I had the same problem. This happened when, in the TearDown method, I executed a method that actually had to break
[TearDown] public void CleanUp() { TestContext.CurrentContext.Test.FullName;
I have no idea why, but it seemed so. Is this your case?
UPDATE: now I looked at the screenshot, so this is not your case :)
dzendras
source share