Once in a while we are getting strange results from MSTEST. All Unit Tests seem to started at the same time - MSTest is just triggering them and moving on. After all of them are started the test run is aborted.
What seems strange is the Result "In Progress" - I can not find anything about such result in MSTest documentation.
MSTest is started and executed from within Jenkins and most of the time everything works fine as it should.
Any help or ideas about the situation would be appretiated.
Here is the exact output with test names deleted:
20:57:22 Results Top Level Tests
20:57:22 ------- ---------------
20:57:22 In Progress (Test1)
20:57:22 In Progress (Test2)
20:57:23 In Progress (Test3)
20:57:23 In Progress (Test4)
20:57:23 0/4 test(s) Passed, 4 Aborted
20:57:23
20:57:23 Summary
20:57:23 -------
20:57:23 Test Run Aborted.
20:57:23 Aborted 4
20:57:23 ----------
20:57:23 Total 4