[Gradle, MPP] Mark KotlinTest.ignoreRunFailures as @Internal
This change is also done in order to preserve up-to-date state of successfully executed tests. This property is similar to Gradle's `AbstractTestTask.ignoreFailures` which is also `@Internal` #KT-54787 Fixed
This commit is contained in:
committed by
Space Team
parent
f3becdcbd9
commit
d75bbc49e7
-1
@@ -98,7 +98,6 @@ class AggregatingKotlinTestReportIT : KGPBaseTest() {
|
||||
|
||||
@DisplayName("Test tasks are up-to-date when called after `allTests`")
|
||||
@GradleTest
|
||||
@Disabled
|
||||
fun testSuccessfulTestTasksAreUpToDate(gradleVersion: GradleVersion) {
|
||||
project(
|
||||
"new-mpp-lib-with-tests",
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ abstract class KotlinTest : AbstractTestTask() {
|
||||
|
||||
private val runListeners = mutableListOf<KotlinTestRunnerListener>()
|
||||
|
||||
@Input
|
||||
@Internal
|
||||
var ignoreRunFailures: Boolean = false
|
||||
|
||||
fun addRunListener(listener: KotlinTestRunnerListener) {
|
||||
|
||||
Reference in New Issue
Block a user