Leave a clue about muted tests with directive for manual processing

This commit is contained in:
Nikolay Krasko
2021-05-11 16:00:54 +03:00
committed by TeamCityServer
parent 2c5a4dcb98
commit b41fdd2705
@@ -606,6 +606,8 @@ public class KotlinTestUtils {
if (PRINT_STACKTRACE_FOR_IGNORED_TESTS) {
e.printStackTrace();
} else {
System.err.println("MUTED TEST with `" + ignoreDirective + "`");
}
return;
}