mirror of https://github.com/apache/lucene.git
SOLR-2387: disable test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1074952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d79e5ce8ca
commit
65e22c0ce5
|
@ -36,6 +36,7 @@ import org.apache.solr.response.SolrQueryResponse;
|
|||
import org.apache.solr.update.processor.UpdateRequestProcessorChain;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
@ -69,6 +70,7 @@ public class UIMAUpdateRequestProcessorTest extends SolrTestCaseJ4 {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore("unstable: see https://issues.apache.org/jira/browse/SOLR-2387")
|
||||
public void testProcessing() throws Exception {
|
||||
// this test requires an internet connection (e.g. opencalais api)
|
||||
checkInternetConnection();
|
||||
|
|
Loading…
Reference in New Issue