Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
Jenkins ver. 1.580.3
MSTest Version 0.12
Description
With MSTest version 0.11 test with Ignore Tag is not marked as failed and in the new version 0.12 All test with Ignore flag as marked in error
Ex:
[Test]
[Ignore("We don't want to test CRM's service on each build: that would be a waste of (not so) precious electricity and rare unique guids...")]
public void When_charging_with_expired_CreditCard_Then_does_not_work()
{
// Ignored code
}
Could you please attach an example trx? I was assuming that Ignored tests were not reported in the trx, as some threads in some exotic forums state. Your experience proves the opposite.
Btw, your email address behind the one @java.net is wrong.