Skip to content

Commit

Permalink
Disable js tests due to KT-karma issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Sep 16, 2024
1 parent bda0f40 commit 13eebed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion samplecmp/sampleComposeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ kotlin {
jvm("desktop")

js {
browser()
browser {
testTask {
enabled = false // Disabled due to https://youtrack.jetbrains.com/issue/CMP-4906
}
}
useEsModules()
}
@OptIn(ExperimentalWasmDsl::class)
Expand Down

0 comments on commit 13eebed

Please sign in to comment.