mirror of https://github.com/apache/lucene.git
stop performance test from running by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea43e4c997
commit
d2ff05e332
|
@ -215,7 +215,7 @@ public class TestSearchPerf extends AbstractSolrTestCase {
|
|||
}
|
||||
|
||||
/** test range query performance */
|
||||
public void testFilteringPerformance() throws Exception {
|
||||
public void XtestFilteringPerformance() throws Exception {
|
||||
int indexSize=19999;
|
||||
float fractionCovered=.1f;
|
||||
|
||||
|
|
Loading…
Reference in New Issue