Skip to content

Commit

Permalink
fix: disable browser test (temp)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 10, 2023
1 parent bcbb547 commit 9fc2c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ kotlin {
linuxX64()
linuxArm64()
}
if (HostManager.hostIsMingw) {
if (HostManager.hostIsMingw || HostManager.hostIsMac) {
afterEvaluate {
tasks.named("wasmJsBrowserTest") {
enabled = false
Expand Down Expand Up @@ -703,3 +703,4 @@ tasks.names.forEach {
tasks.named("wasmJsNodeTest").configure {
enabled = false
}

0 comments on commit 9fc2c2e

Please sign in to comment.