Skip to content

Commit

Permalink
Do not run testWasm on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed May 17, 2024
1 parent 31c5d7c commit 6bba35b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class KMPImplementedIT(useKSP2: Boolean) {

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

Expand Down

0 comments on commit 6bba35b

Please sign in to comment.