-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins ver. 1.580.3
MSTest Version 0.12
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
}