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/21 23:04:17 UTC

[lucene-solr] branch reference_impl updated: @273 Test has some issue that needs fixin'

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 decc326  @273 Test has some issue that needs fixin'
decc326 is described below

commit decc3261e45a731c2b0646287ca5500e157f4895
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Jul 21 18:04:03 2020 -0500

    @273 Test has some issue that needs fixin'
---
 .../org/apache/solr/handler/component/DistributedMLTComponentTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/core/src/test/org/apache/solr/handler/component/DistributedMLTComponentTest.java b/solr/core/src/test/org/apache/solr/handler/component/DistributedMLTComponentTest.java
index 2ff3609..f41c8fa 100644
--- a/solr/core/src/test/org/apache/solr/handler/component/DistributedMLTComponentTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/component/DistributedMLTComponentTest.java
@@ -31,6 +31,7 @@ import org.apache.solr.search.stats.LRUStatsCache;
 import org.apache.solr.search.stats.LocalStatsCache;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -41,6 +42,7 @@ import org.junit.Test;
  * @see org.apache.solr.handler.component.MoreLikeThisComponent
  */
 @Slow
+@Ignore // nocommit - debug
 public class DistributedMLTComponentTest extends BaseDistributedSearchTestCase {
   
   private String requestHandlerName;