[Gradle] Disable KPM tests that is faling due to changes about GCC+HMPP
^KT-49933
This commit is contained in:
committed by
Space Team
parent
b689c07b01
commit
32cb38e0d4
+2
@@ -8,10 +8,12 @@ package org.jetbrains.kotlin.gradle
|
||||
import org.gradle.api.logging.configuration.WarningMode
|
||||
import org.gradle.util.GradleVersion
|
||||
import org.jetbrains.kotlin.gradle.testbase.*
|
||||
import org.junit.jupiter.api.Disabled
|
||||
import org.junit.jupiter.api.DisplayName
|
||||
|
||||
@MppGradlePluginTests
|
||||
@GradleTestVersions(minVersion = TestVersions.Gradle.MIN_SUPPORTED_KPM)
|
||||
@Disabled
|
||||
class BuildIdeaKpmProjectModelIT : KGPBaseTest() {
|
||||
|
||||
@GradleTest
|
||||
|
||||
+2
@@ -7,6 +7,7 @@ package org.jetbrains.kotlin.gradle
|
||||
|
||||
import org.gradle.api.logging.configuration.WarningMode
|
||||
import org.junit.Test
|
||||
import kotlin.test.Ignore
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
class KpmCompilerPluginMppIT : BaseGradleIT() {
|
||||
@@ -16,6 +17,7 @@ class KpmCompilerPluginMppIT : BaseGradleIT() {
|
||||
)
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
fun testTransientPluginOptions() {
|
||||
val project = transformProjectWithPluginsDsl("kpmTransientPluginOptions")
|
||||
fun updatePluginOptions(regularOptionValue: String, transientOptionValue: String) {
|
||||
|
||||
Reference in New Issue
Block a user