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

[lucene-solr] 07/18: @1007 Make Nightly.

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 9c173fd9a14d4fc3c9b51f31e173d14319145211
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sat Oct 17 10:20:03 2020 -0500

    @1007 Make Nightly.
---
 solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java b/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java
index fd5a465..e1ca30a 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CollectionPropsTest.java
@@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory;
 
 @LuceneTestCase.Slow
 @SolrTestCaseJ4.SuppressSSL
-@Ignore // too flakey atm, and ugly sleeps as well
+@LuceneTestCase.Nightly // too flakey atm, and ugly sleeps as well
 public class CollectionPropsTest extends SolrCloudTestCase {
   private String collectionName;
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());