SOLR-2993: ignore test (temp.)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-06-05 01:07:58 +00:00
parent 848a7cc01b
commit c70cb208fa
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import org.apache.solr.common.params.CommonParams;
import org.apache.solr.common.params.SpellingParams;
import org.apache.solr.util.ExternalPaths;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import java.util.List;
@ -47,6 +48,7 @@ public class TestSpellCheckResponse extends SolrJettyTestBase {
static String field = "name";
@Ignore
@Test
public void testSpellCheckResponse() throws Exception {
getSolrServer();