[NCrunch Console Tool v3.20.0.6]
Is there a way to avoid NCrunch reporting test failures as TeamCity build problem?
E.g.
Code:
[15:20:53] : [Step 2/4] [?-1] Reporting engine execution results
[15:21:03]E: [Step 2/4] NCrunch result: TestFailure
[15:20:56]i: [Step 2/4] ##teamcity[buildProblem description='NCrunch result: TestFailure' timestamp='2018-11-19T15:20:56.559+0100']
I want to be able to utilize
TeamCity Test Muting, but I guess that will not work very well as long as NCrunch is explicitly reporting build problem when a test fails?
Thanks.