Ignore hanging KotlinAndroid36GradleIT.testAndroidMppSourceSets()
Ignore till the proper investigation. Probably caused in https://github.com/JetBrains/kotlin/compare/b262d09a81bf20ffd71db18a0c24ac4f61fa151c...5c7aadece929f79a39bf0ad20549e30d5e391a7c.
This commit is contained in:
+2
@@ -6,6 +6,7 @@ import org.gradle.util.GradleVersion
|
||||
import org.jetbrains.kotlin.gradle.util.*
|
||||
import org.jetbrains.kotlin.test.util.KtTestUtil
|
||||
import org.junit.Assume
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import java.io.File
|
||||
import kotlin.test.assertEquals
|
||||
@@ -23,6 +24,7 @@ open class KotlinAndroid36GradleIT : KotlinAndroid33GradleIT() {
|
||||
override val defaultGradleVersion: GradleVersionRequired
|
||||
get() = GradleVersionRequired.AtLeast("6.0")
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
fun testAndroidMppSourceSets(): Unit = with(
|
||||
Project("new-mpp-android-source-sets")
|
||||
|
||||
Reference in New Issue
Block a user