mirror of https://github.com/apache/lucene.git
SOLR-2282: disable failing test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1051872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c859ba49b
commit
0df0e9ff1d
|
@ -20,6 +20,9 @@ package org.apache.solr.handler.clustering;
|
|||
import org.apache.solr.BaseDistributedSearchTestCase;
|
||||
import org.apache.solr.common.params.CommonParams;
|
||||
|
||||
import org.junit.Ignore;
|
||||
|
||||
@Ignore("FIXME: test fails on hudson")
|
||||
public class DistributedClusteringComponentTest extends
|
||||
BaseDistributedSearchTestCase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue