Don't unmute passed tests by default
This commit is contained in:
@@ -107,7 +107,7 @@ public class KotlinTestUtils {
|
||||
Boolean.getBoolean("org.jetbrains.kotlin.dont.ignore.tests.working.on.compatible.backend");
|
||||
|
||||
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true;
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false;
|
||||
private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false;
|
||||
|
||||
private static final List<File> filesToDelete = new ArrayList<>();
|
||||
|
||||
@@ -102,7 +102,7 @@ public class KotlinTestUtils {
|
||||
private static final boolean PRINT_STACKTRACE_FOR_IGNORED_TESTS =
|
||||
Boolean.getBoolean("org.jetbrains.kotlin.print.stacktrace.for.ignored.tests");
|
||||
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true;
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false;
|
||||
private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false;
|
||||
|
||||
private static final List<File> filesToDelete = new ArrayList<>();
|
||||
|
||||
@@ -102,7 +102,7 @@ public class KotlinTestUtils {
|
||||
private static final boolean PRINT_STACKTRACE_FOR_IGNORED_TESTS =
|
||||
Boolean.getBoolean("org.jetbrains.kotlin.print.stacktrace.for.ignored.tests");
|
||||
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true;
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false;
|
||||
private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false;
|
||||
|
||||
private static final List<File> filesToDelete = new ArrayList<>();
|
||||
|
||||
@@ -102,7 +102,7 @@ public class KotlinTestUtils {
|
||||
private static final boolean PRINT_STACKTRACE_FOR_IGNORED_TESTS =
|
||||
Boolean.getBoolean("org.jetbrains.kotlin.print.stacktrace.for.ignored.tests");
|
||||
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true;
|
||||
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false;
|
||||
private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false;
|
||||
|
||||
private static final List<File> filesToDelete = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user