Skip to content

Commit

Permalink
Do not run testWasm on release branch
Browse files Browse the repository at this point in the history
(cherry picked from commit 6bba35b)
  • Loading branch information
neetopia committed May 22, 2024
1 parent 271a450 commit 789d103
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 789d103

Please sign in to comment.