Mutes applied to one branch only
In TeamCity is there a way to apply a mute to one branch only? We have two branches sharing the same configuration. A test is failing in one branch and I would like to mute the failure. I do not want the mute to be applied to the other branch (where the test is not failing). Is this possible?
Please sign in to leave a comment.
Hi,
I'm afraid this isn't currently possible. We have a feature request already here: https://youtrack.jetbrains.com/issue/TW-25776
Please watch and vote for it. The only alternative right now is to separate the build configurations into two, inheriting from a same template (so all configuration is shared except the branch they run) and mute the tests at the build configuration level.