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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to