A side note regardless of the actual dependencies in question here. I would
NOT expect any tests to be run for this Jenkins job. The jenkins job runs
this command:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Lint-main/gradlew
-Dtests.haltonfailure=false -Dtests.badapples=false --continue preco
Thanks for pinging,
The issue is caused by the UI tests for the browser builds. In the gradle
configuration of the ui module I explicitly chose to run the tests on a
headless chrome browser, but that was just a wild guess. Since the checks
passed on the PR, I believed that would be sufficient, but