mirror of https://github.com/apache/lucene.git
LUCENE-3348: silence this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c2bc5af93
commit
30b663ff3a
|
@ -35,6 +35,7 @@ import org.apache.solr.common.SolrException;
|
||||||
import org.apache.solr.request.SolrQueryRequest;
|
import org.apache.solr.request.SolrQueryRequest;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
|
@ -279,6 +280,7 @@ public class TestRealTimeGet extends SolrTestCaseJ4 {
|
||||||
|
|
||||||
IndexReader reader;
|
IndexReader reader;
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testStressLuceneNRT() throws Exception {
|
public void testStressLuceneNRT() throws Exception {
|
||||||
// update variables
|
// update variables
|
||||||
|
|
Loading…
Reference in New Issue