risdenk commented on code in PR #3195:
URL: https://github.com/apache/solr/pull/3195#discussion_r1960829081
##########
solr/ui/build.gradle.kts:
##########
@@ -55,14 +55,9 @@ kotlin {
// Note that webpack.config.d/ contains additional
configuration
}
testTask {
- useKarma {
- useChromeHeadless()
- useConfigDirectory(
- project.projectDir
- .resolve("karma.config.d")
- .resolve("wasm")
- )
- }
+ // Explicitly disable the wasmJs browser tests, as we do not
have the suitable
+ // environments right now (running only tests for JVM)
+ enabled = false
Review Comment:
Future reference could have set this via a flag to make it easier to test
locally. We do similar things for say errorprone
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]