diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java index f505f8b01b2..3fb17d56f5f 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java @@ -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 filesToDelete = new ArrayList<>(); diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 index 7898bdede2f..26ba811b012 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 @@ -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 filesToDelete = new ArrayList<>(); diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 index 06cf7f7fdd3..8aed5108a59 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 @@ -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 filesToDelete = new ArrayList<>(); diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 index dc9766184bb..dcd54cab436 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 @@ -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 filesToDelete = new ArrayList<>();