I have exactly the same problem. What kind of information do you need to reproduce?
I am using a German locale on an English installation of Win10. Could it be a locale problem?
Running Jenkins as service as normal user.
Using latest Jenkins version 2.89.2, mstest is at 0.23.
My tests use a base class and [ClassInitialize] methods. [TestInitialize] methods is implemented in base class. Could this setup cause a problem?
This result file looks odd to me. Should the times not be in seconds? My tests take definitely longer than 0, 0.05 and 0.3.
d:\Program Files (x86)\Jenkins\jobs\test-project\builds\77\junitResult.xml
<?xml version='1.0' encoding='UTF-8'?>
<result plugin="junit@1.22.2">
<suites>
<suite>
<file>d:\DAT\Jenkins\workspace\test-project\temporary-junit-reports\TEST-0.xml</file>
<name>MSTestSuite</name>
<duration>0.0</duration>
<time>0</time>
<enclosingBlocks/>
<enclosingBlockNames/>
<cases>
<case>
<duration>0.0547418</duration>
<className>LibraryTest.ListTest</className>
<testName>TestRelativeListItem</testName>
<skipped>false</skipped>
<failedSince>0</failedSince>
</case>
<case>
<duration>0.0317896</duration>
...
What could I do to help debugging the problem? Is there a log which would help? Where?
Sorry, but I can't reproduce this issue (please have a look at the attached screenshot)
Update: well, today JIRA doesn't allow me to upload files. You will be able to find it on http://pub.nilleb.com, mstest-plugin folder.