Browse Source

[gradle] Disable test because the required kotlin version is not published yet.

pull/4604/head
Konstantin Tskhovrebov 3 weeks ago
parent
commit
46156af4bd
  1. 3
      gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/KotlinCompatibilityTest.kt

3
gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/KotlinCompatibilityTest.kt

@ -49,6 +49,7 @@ class KotlinCompatibilityTest : GradlePluginTestBase() {
}
}
/* TODO uncomment the test when Kotlin RC2 will be published
@Test
fun testNewCompilerPluginError() {
val testProject = testProject(
@ -58,5 +59,5 @@ class KotlinCompatibilityTest : GradlePluginTestBase() {
testProject.gradleFailure("tasks").checks {
check.logContains(newComposeCompilerError)
}
}
}*/
}

Loading…
Cancel
Save