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:44 UTC

[lucene-solr] 13/18: @1013 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 b43d08b352d85e573a41939b85685cc99e11d03e
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Oct 17 10:59:55 2020 -0500

    @1013 Enable test.
---
 .../src/test/org/apache/solr/handler/component/ShardsWhitelistTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/handler/component/ShardsWhitelistTest.java b/solr/core/src/test/org/apache/solr/handler/component/ShardsWhitelistTest.java
index a9fd317..e80d316 100644
--- a/solr/core/src/test/org/apache/solr/handler/component/ShardsWhitelistTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/component/ShardsWhitelistTest.java
@@ -41,7 +41,7 @@ import org.junit.BeforeClass;
 import org.junit.Ignore;
 import org.junit.Test;
 
-//@Ignore // nocommit - have to address whitelist with async search side, should be simple fix
+@Ignore // nocommit - debug
 public class ShardsWhitelistTest extends MultiSolrCloudTestCase {
 
   /**