Skip to content

Commit

Permalink
disable todolist test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Oct 6, 2024
1 parent 40dd6d8 commit f4fb449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ lazy val todolist = project.in(file("Modules/Examples/TodoMVC"))
.withExperimentalUseWebAssembly(true) // use the Wasm backend
.withModuleKind(ModuleKind.ESModule) // required by the Wasm backend
},
// todolist does not have tests, but still fails to execute them with Wasm backend
Compile / test := {},
)

lazy val webview = project.in(file("Modules/Webview"))
Expand Down

0 comments on commit f4fb449

Please sign in to comment.