mirror of https://github.com/apache/lucene.git
ignore distrib mlt test until its sorted out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1424272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28f1884ab5
commit
257219ca36
|
@ -20,6 +20,7 @@ package org.apache.solr.handler.component;
|
|||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||
import org.apache.solr.BaseDistributedSearchTestCase;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
* Test for distributed MoreLikeThisComponent's
|
||||
|
@ -29,6 +30,7 @@ import org.junit.BeforeClass;
|
|||
* @see org.apache.solr.handler.component.MoreLikeThisComponent
|
||||
*/
|
||||
@Slow
|
||||
@Ignore("distrib mlt not working right")
|
||||
public class DistributedMLTComponentTest extends BaseDistributedSearchTestCase {
|
||||
|
||||
private String requestHandlerName;
|
||||
|
|
Loading…
Reference in New Issue