You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ds...@apache.org on 2024/01/18 14:54:31 UTC

(solr) branch main updated: SOLR-16986: precommit fixes

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

dsmiley 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 0e8e4fefb13 SOLR-16986: precommit fixes
0e8e4fefb13 is described below

commit 0e8e4fefb13a2e3ca905b5c1604e1df4afc77d0f
Author: David Smiley <ds...@salesforce.com>
AuthorDate: Thu Jan 18 09:54:04 2024 -0500

    SOLR-16986: precommit fixes
---
 solr/core/src/test/org/apache/solr/TestCpuTimeSearch.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/solr/core/src/test/org/apache/solr/TestCpuTimeSearch.java b/solr/core/src/test/org/apache/solr/TestCpuTimeSearch.java
index ea1f7610cc2..4ec34b5ec5d 100644
--- a/solr/core/src/test/org/apache/solr/TestCpuTimeSearch.java
+++ b/solr/core/src/test/org/apache/solr/TestCpuTimeSearch.java
@@ -16,7 +16,6 @@
  */
 package org.apache.solr;
 
-import com.carrotsearch.randomizedtesting.annotations.Seed;
 import java.io.IOException;
 import java.nio.file.Path;
 import java.util.List;
@@ -35,11 +34,11 @@ import org.junit.BeforeClass;
 import org.junit.ClassRule;
 import org.junit.Ignore;
 
-@Seed("861F5769E4B6F696")
+// TODO @Seed("861F5769E4B6F696")
 public class TestCpuTimeSearch extends SolrTestCaseJ4 {
 
   @ClassRule public static final SolrJettyTestRule solrRule = new SolrJettyTestRule();
-  
+
   private static String shard1;
   private static String shard2;