This is an automated email from the ASF dual-hosted git repository. houston pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 0aa834d6eabdde887d8fcd2bfa1a64c2c81184fb Author: Houston Putman <[email protected]> AuthorDate: Tue Feb 25 15:37:40 2025 -0600 Disable SSL for TestLBHttp2SolrClient on 9.x --- .../src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java b/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java index 969303f69a8..567c3219007 100644 --- a/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java +++ b/solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttp2SolrClient.java @@ -50,6 +50,8 @@ import org.slf4j.LoggerFactory; * @since solr 1.4 */ @LogLevel("org.apache.solr.client.solrj.impl=DEBUG") +// SSL Currently interacts with this test in a way that makes starting the server too slow [email protected]() public class TestLBHttp2SolrClient extends SolrTestCaseJ4 { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
