I am using NUnit Framework 2.6.4 and NUnit Test Adapter 2.0.0 (which seems to support up to 2.6.4). I am running Visual Studio 2015.
I have noticed in the Test Explorer Window that when tests fail, they show up as duplicates 3-4 times in a row the failed section. Has anyone else seen this? Is this a setting (is the test being run more than once?) or could this potentially be a bug?
I have not noticed any of my passing tests being duplicated.
My end goal is to clean it up. I only want to see the failed test once.