This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new fc9585b9e6d SOLR-17892, SOLR-17917: Disable the cuVS test that's 
failing on Jenkins due to poisoned checksum cache
fc9585b9e6d is described below

commit fc9585b9e6db70029709367cb15acfd701d773c8
Author: Ishan Chattopadhyaya <[email protected]>
AuthorDate: Sat Oct 11 01:31:10 2025 +0530

    SOLR-17892, SOLR-17917: Disable the cuVS test that's failing on Jenkins due 
to poisoned checksum cache
---
 .../cuvs/src/test/org/apache/solr/cuvs/TestCuVSCodecSupportIT.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/solr/modules/cuvs/src/test/org/apache/solr/cuvs/TestCuVSCodecSupportIT.java 
b/solr/modules/cuvs/src/test/org/apache/solr/cuvs/TestCuVSCodecSupportIT.java
index 0da5bdd86b0..c00be259e65 100644
--- 
a/solr/modules/cuvs/src/test/org/apache/solr/cuvs/TestCuVSCodecSupportIT.java
+++ 
b/solr/modules/cuvs/src/test/org/apache/solr/cuvs/TestCuVSCodecSupportIT.java
@@ -39,6 +39,7 @@ import org.apache.solr.core.SolrCore;
 import org.apache.solr.search.SolrIndexSearcher;
 import org.apache.solr.util.RefCounted;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -49,6 +50,7 @@ import org.slf4j.LoggerFactory;
  *
  * @since 10.0.0
  */
+@Ignore("https://issues.apache.org/jira/browse/SOLR-17938";)
 public class TestCuVSCodecSupportIT extends SolrTestCaseJ4 {
 
   private static final Logger log = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

Reply via email to