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:
Robert Muir 2011-02-26 23:05:17 +00:00
parent d79e5ce8ca
commit 65e22c0ce5
1 changed files with 2 additions and 0 deletions

View File

@ -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();