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:
Yonik Seeley 2009-05-23 17:27:49 +00:00
parent ea43e4c997
commit d2ff05e332
1 changed files with 1 additions and 1 deletions

View File

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