Disable testSingleAndroidTarget while OOM investigation in progress KT-43755

This commit is contained in:
Alexander Dudinsky
2020-12-09 09:27:04 +03:00
parent df9ecb0f4a
commit e089e3606f
@@ -21,6 +21,7 @@ import org.jetbrains.plugins.gradle.tooling.annotation.PluginTargetVersions
import org.junit.After
import org.junit.Before
import org.junit.Test
import org.junit.Ignore
//ToDo: Need to remove RUNTIME dependencies when KT-40551 is resolved
class NewMultiplatformProjectImportingTest : MultiplePluginVersionGradleImportingTestCase() {
@@ -435,6 +436,7 @@ class NewMultiplatformProjectImportingTest : MultiplePluginVersionGradleImportin
@Test
@Ignore
@PluginTargetVersions(gradleVersion = "5.0+", pluginVersion = "1.3.50+", gradleVersionForLatestPlugin = mppImportTestMinVersionForMaster)
fun testSingleAndroidTarget() {
configureByFiles()