[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"
|
":kotlin-reflect"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
val mppProjects by extra {
|
||||||
|
listOf(
|
||||||
|
":kotlin-stdlib-mpp",
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
val projectsWithEnabledContextReceivers by extra {
|
val projectsWithEnabledContextReceivers by extra {
|
||||||
listOf(
|
listOf(
|
||||||
|
|||||||
+4
-2
@@ -294,8 +294,10 @@ fun Project.configureTests() {
|
|||||||
|
|
||||||
// Aggregate task for build related checks
|
// Aggregate task for build related checks
|
||||||
tasks.register("checkBuild")
|
tasks.register("checkBuild")
|
||||||
|
val mppProjects: List<String> by rootProject.extra
|
||||||
configureTestRetriesForTestTasks()
|
if (path !in mppProjects) {
|
||||||
|
configureTestRetriesForTestTasks()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: migrate remaining modules to the new JVM default scheme.
|
// TODO: migrate remaining modules to the new JVM default scheme.
|
||||||
|
|||||||
Reference in New Issue
Block a user