[Gradle] Unmute BuildCacheRelocationIT.testRelocationNative on Windows
The actual problem was fixed in 4c45f71e
^KT-48283
This commit is contained in:
committed by
Space
parent
b29b6227c2
commit
26a970bd1e
-3
@@ -20,8 +20,6 @@ import org.gradle.api.logging.configuration.WarningMode
|
|||||||
import org.gradle.util.GradleVersion
|
import org.gradle.util.GradleVersion
|
||||||
import org.jetbrains.kotlin.gradle.testbase.*
|
import org.jetbrains.kotlin.gradle.testbase.*
|
||||||
import org.junit.jupiter.api.DisplayName
|
import org.junit.jupiter.api.DisplayName
|
||||||
import org.junit.jupiter.api.condition.DisabledOnOs
|
|
||||||
import org.junit.jupiter.api.condition.OS
|
|
||||||
import kotlin.io.path.createDirectory
|
import kotlin.io.path.createDirectory
|
||||||
|
|
||||||
@DisplayName("Build cache relocation")
|
@DisplayName("Build cache relocation")
|
||||||
@@ -229,7 +227,6 @@ class BuildCacheRelocationIT : KGPBaseTest() {
|
|||||||
|
|
||||||
@DisplayName("with native project")
|
@DisplayName("with native project")
|
||||||
@GradleTest
|
@GradleTest
|
||||||
@DisabledOnOs(OS.WINDOWS, disabledReason = "remove after fix of KT-48283")
|
|
||||||
fun testRelocationNative(gradleVersion: GradleVersion) {
|
fun testRelocationNative(gradleVersion: GradleVersion) {
|
||||||
val (firstProject, secondProject) = prepareTestProjects(
|
val (firstProject, secondProject) = prepareTestProjects(
|
||||||
"native-build-cache",
|
"native-build-cache",
|
||||||
|
|||||||
Reference in New Issue
Block a user