Mute testBuildWithPublishedDependency test until k/n update
MIPS targets are not Linux-host exclusive anymore, but k/n from 1.7.20-dev-1583 does not know about it yet.
This commit is contained in:
+2
@@ -11,6 +11,7 @@ import java.io.File
|
||||
import java.util.*
|
||||
import java.util.zip.ZipFile
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.Ignore
|
||||
import kotlin.test.assertFalse
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
@@ -100,6 +101,7 @@ class KlibBasedMppIT : BaseGradleIT() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("disable until kotlin/native dependency is updated to include KT-52226")
|
||||
fun testBuildWithPublishedDependency() = testBuildWithDependency {
|
||||
publishProjectDepAndAddDependency(validateHostSpecificPublication = true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user