[Native][tests] Mute failing ktor 1_5_4 and coroutines 1_5_0-RC-native-mt (KT-46697) Gradle IT

This commit is contained in:
Dmitriy Dolovov
2023-01-18 09:52:41 +01:00
committed by Space Team
parent 5bd76dbf0b
commit b42492cd4d
@@ -15,6 +15,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
import org.jetbrains.kotlin.konan.target.KonanTarget
import org.junit.Assume.assumeFalse
import org.junit.Assume.assumeTrue
import org.junit.Ignore
import org.junit.Test
import java.io.File
import java.nio.file.Files
@@ -26,6 +27,10 @@ class NativeIrLinkerIssuesIT : BaseGradleIT() {
get() = GradleVersionRequired.FOR_MPP_SUPPORT
@Test
@Ignore(
"This sample fails in a way that was not expected because kotlin/Experimental annotation that is still used in ktor 1.5.4" +
" was removed in stdlib in 1.8. We need to find another appropriate sample to replace this one."
)
fun `ktor 1_5_4 and coroutines 1_5_0-RC-native-mt (KT-46697)`() {
// Run this test only on macOS x64,
// arm64 requires newer ktor (>=1.6.5) and coroutines (>=1.5.2-native-mt)