TeamCity 9.0 Help

Muting Test Failures

TeamCity provides a way to "mute" any of the currently failing tests so they will not affect build status for future builds.

This feature is useful when some tests fail for some known reason, but it is currently not possible to fix them. For example, the responsible developer is on vacation, or you are waiting for the system administrators to fix the environment, or the test is failing intentionally, for example, if the required functionality is not yet written (TDD). In these cases you can mute such failures and avoid unnecessary disturbance of other developers.

When a test is muted, it is still run in the future builds, but its failure does not fail the build (by "at least one test failed" build failure condition). The test can be unmuted manually on a specific date or after a successful run. Also, tests can be muted only in a single build configuration or in all the build configurations of a specific TeamCity project.

Your build script might need adjustment to make the build green when there are failing but muted tests. Make sure that the build does not fail because of other build failure conditions (e.g. "Fail if build process exit code is not zero") in case the only errors encountered were tests failures. See also the related issue TW-16784.

Muted tests

How to mute tests

The Mute/unmute problems in project permission required to mute tests is granted to Project administrator and System administrator by default. You can mute a test failure from:

  • The Projects page

  • The Project overview page

  • The Build Configuration home page

  • The Current Problems tab

Mute per test

On the build results page you can select several test failures (or all) to be muted or unmuted:

Bulk mode

Note that you can start investigation of the problem simultaneously with muting the failure. When muting a test failure, you can specify conditions when it should be unmuted: on a specified date or when it is fixed. Alternatively, you can unmute it manually.

  • On the build results page you can view the list of muted test failures, their stacktraces and details about the mute status:

    Mute details
  • From the Project Home page you can navigate to the Muted Tests tab to view all the test failure muted in all build configurations within project.

Last modified: 20 April 2023