Skip to content

Commit 6bba35b

Browse files
committed
Do not run testWasm on release branch
1 parent 31c5d7c commit 6bba35b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/src/test/kotlin/com/google/devtools/ksp/test/KMPImplementedIT.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class KMPImplementedIT(useKSP2: Boolean) {
110110

111111
@Test
112112
fun testWasm() {
113+
Assume.assumeTrue(project.useKSP2)
113114
Assume.assumeFalse(System.getProperty("os.name").startsWith("Windows", ignoreCase = true))
114115
val gradleRunner = GradleRunner.create().withProjectDir(project.root)
115116

0 commit comments

Comments
 (0)