SOLR-5122: disble testEstimatedHitCounts until issue with inordered collection can be dealt with

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2013-08-07 23:48:20 +00:00
parent 1cd55ea231
commit 131cd87bcf
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.request.SolrRequestHandler; import org.apache.solr.request.SolrRequestHandler;
import org.apache.solr.response.SolrQueryResponse; import org.apache.solr.response.SolrQueryResponse;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
@Slow @Slow
@ -433,7 +434,9 @@ public class SpellCheckCollatorTest extends SolrTestCaseJ4 {
); );
} }
} }
@Test @Test
@Ignore("SOLR-5122: estimates don't seem to make any sense")
public void testEstimatedHitCounts() throws Exception { public void testEstimatedHitCounts() throws Exception {
assertQ( assertQ(
req( req(