mirror of https://github.com/apache/lucene.git
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:
parent
848a7cc01b
commit
c70cb208fa
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue