[stdlib-mpp] Disable test retries for MPP libraries
Not compatible with org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest executer. #KT-56106
This commit is contained in:
committed by
Space Team
parent
9bdd365be4
commit
79d5c87f30
@@ -356,6 +356,11 @@ val coreLibProjects by extra {
|
||||
":kotlin-reflect"
|
||||
)
|
||||
}
|
||||
val mppProjects by extra {
|
||||
listOf(
|
||||
":kotlin-stdlib-mpp",
|
||||
)
|
||||
}
|
||||
|
||||
val projectsWithEnabledContextReceivers by extra {
|
||||
listOf(
|
||||
|
||||
+4
-2
@@ -294,8 +294,10 @@ fun Project.configureTests() {
|
||||
|
||||
// Aggregate task for build related checks
|
||||
tasks.register("checkBuild")
|
||||
|
||||
configureTestRetriesForTestTasks()
|
||||
val mppProjects: List<String> by rootProject.extra
|
||||
if (path !in mppProjects) {
|
||||
configureTestRetriesForTestTasks()
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: migrate remaining modules to the new JVM default scheme.
|
||||
|
||||
Reference in New Issue
Block a user