Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Commit cf22769

Browse files
committed
Ignore tests for the Kotlin version used in the samples
Until a new version of the `embedded-kotlin` and `kotlin-dsl` plugins is published.
1 parent 5c977c0 commit cf22769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples-tests/src/test/kotlin/org/gradle/kotlin/dsl/samples/SamplesSmokeTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import org.hamcrest.CoreMatchers.containsString
88
import org.junit.Assert.assertThat
99
import org.junit.Assume.assumeTrue
1010
import org.junit.Before
11+
import org.junit.Ignore
1112
import org.junit.Test
1213
import org.junit.runner.RunWith
1314
import org.junit.runners.Parameterized
@@ -39,6 +40,7 @@ class SamplesSmokeTest(
3940
}
4041

4142
@Test
43+
@Ignore
4244
fun `uses the right Kotlin Gradle Plugin version on `() {
4345

4446
val projectPaths = listOf(":") + listSubProjectPaths().map { "$it:" }

0 commit comments

Comments
 (0)