Leave a clue about muted tests with directive for manual processing
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user