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:
Robert Muir 2010-12-22 12:27:06 +00:00
parent 2c859ba49b
commit 0df0e9ff1d
1 changed files with 3 additions and 0 deletions

View File

@ -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 {