You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/10/17 18:47:37 UTC

[lucene-solr] 06/18: @1006 Enable test.

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

markrmiller pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit d8587064b5cf46cbd6cb139dbd878c625bb855e8
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Oct 17 10:19:05 2020 -0500

    @1006 Enable test.
---
 solr/core/src/test/org/apache/solr/cloud/ClusterStateTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/ClusterStateTest.java b/solr/core/src/test/org/apache/solr/cloud/ClusterStateTest.java
index 4047811..2177672 100644
--- a/solr/core/src/test/org/apache/solr/cloud/ClusterStateTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/ClusterStateTest.java
@@ -31,7 +31,6 @@ import org.apache.solr.common.util.Utils;
 import org.junit.Ignore;
 import org.junit.Test;
 
-@Ignore // counts on stateFormat=1 collections
 public class ClusterStateTest extends SolrTestCaseJ4 {
 
   @Test