<< Back to previous view |
![]() |
[QB-1907] QB incorrectly parses the timeout mstest state as skipped
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 5.1.8 |
Type: | Bug | Priority: | Major |
Reporter: | Steve Luo | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
A mstest output trx file published using the MSTest Report plugin incorrectly shows a test that timed out as skipped.
This test is run but fails to complete before the test timeout. It is therefore not skipped and should not be reported as skipped as MStest never reports on skipped tests. The MSTest Report Plugin should show that the test has run and timed out or has run and failed (if timeout state not possible) Visual studio correctly reports this test as timed out. |