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/07/13 13:58:08 UTC

[lucene-solr] branch reference_impl updated: #111 Add a flakey.

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

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


The following commit(s) were added to refs/heads/reference_impl by this push:
     new fdd161a  #111 Add a flakey.
fdd161a is described below

commit fdd161a6c3fde154651e70b5eed68fd7329cafd3
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 13 08:57:54 2020 -0500

    #111 Add a flakey.
---
 solr/core/src/test/org/apache/solr/cloud/SolrCloudExampleTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/SolrCloudExampleTest.java b/solr/core/src/test/org/apache/solr/cloud/SolrCloudExampleTest.java
index 7d23fd0..90b9953 100644
--- a/solr/core/src/test/org/apache/solr/cloud/SolrCloudExampleTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/SolrCloudExampleTest.java
@@ -46,6 +46,7 @@ import org.apache.solr.common.cloud.ZkStateReader;
 import org.apache.solr.util.ExternalPaths;
 import org.apache.solr.util.SolrCLI;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -77,6 +78,7 @@ public class SolrCloudExampleTest extends SolrCloudBridgeTestCase {
 
   @Test
   // 12-Jun-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 04-May-2018
+  @Ignore // nocommit flakey
   public void testLoadDocsIntoGettingStartedCollection() throws Exception {
 
     log.info("testLoadDocsIntoGettingStartedCollection initialized OK ... running test logic");