[Gradle] Muted NativeDownloadAndPlatformLibsNonParallelIT on Windows.
This commit is contained in:
committed by
Space Team
parent
9399663b6e
commit
93fcee7532
+7
@@ -10,10 +10,17 @@ import org.jetbrains.kotlin.gradle.testbase.*
|
|||||||
import org.jetbrains.kotlin.gradle.utils.NativeCompilerDownloader
|
import org.jetbrains.kotlin.gradle.utils.NativeCompilerDownloader
|
||||||
import org.jetbrains.kotlin.konan.target.HostManager
|
import org.jetbrains.kotlin.konan.target.HostManager
|
||||||
import org.junit.jupiter.api.DisplayName
|
import org.junit.jupiter.api.DisplayName
|
||||||
|
import org.junit.jupiter.api.condition.OS
|
||||||
import java.nio.file.Paths
|
import java.nio.file.Paths
|
||||||
import kotlin.io.path.appendText
|
import kotlin.io.path.appendText
|
||||||
import kotlin.io.path.deleteRecursively
|
import kotlin.io.path.deleteRecursively
|
||||||
|
|
||||||
|
@OsCondition(
|
||||||
|
// This test is disabled for Windows, because there is an issue with
|
||||||
|
// KotlinToolRunner.getIsolatedClassLoader does not release konan jars properly. See KT-62093 for more details.
|
||||||
|
supportedOn = [OS.LINUX, OS.MAC],
|
||||||
|
enabledOnCI = [OS.LINUX, OS.MAC]
|
||||||
|
)
|
||||||
class NativeDownloadAndPlatformLibsNonParallelIT : KGPDaemonsBaseTest() {
|
class NativeDownloadAndPlatformLibsNonParallelIT : KGPDaemonsBaseTest() {
|
||||||
|
|
||||||
private val platformName: String = HostManager.platformName()
|
private val platformName: String = HostManager.platformName()
|
||||||
|
|||||||
Reference in New Issue
Block a user