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/20 13:05:12 UTC

[lucene-solr] branch reference_impl updated: @247 - Flakey test.

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 78331a3  @247 - Flakey test.
78331a3 is described below

commit 78331a3251eaa99153007341de484591dc6e2a5e
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 20 08:04:59 2020 -0500

    @247 - Flakey test.
---
 solr/core/src/test/org/apache/solr/util/TestExportTool.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/core/src/test/org/apache/solr/util/TestExportTool.java b/solr/core/src/test/org/apache/solr/util/TestExportTool.java
index 7b34958..c297330 100644
--- a/solr/core/src/test/org/apache/solr/util/TestExportTool.java
+++ b/solr/core/src/test/org/apache/solr/util/TestExportTool.java
@@ -43,8 +43,10 @@ import org.apache.solr.common.cloud.Replica;
 import org.apache.solr.common.cloud.Slice;
 import org.apache.solr.common.util.FastInputStream;
 import org.apache.solr.common.util.JsonRecordReader;
+import org.junit.Ignore;
 
 @SolrTestCaseJ4.SuppressSSL
+@Ignore // nocommit flakey
 public class TestExportTool extends SolrCloudTestCase {
 
   public void testBasic() throws Exception {