mirror of https://github.com/apache/lucene.git
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:
parent
1cd55ea231
commit
131cd87bcf
solr/core/src/test/org/apache/solr/spelling
|
@ -36,6 +36,7 @@ import org.apache.solr.request.SolrQueryRequest;
|
|||
import org.apache.solr.request.SolrRequestHandler;
|
||||
import org.apache.solr.response.SolrQueryResponse;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
@Slow
|
||||
|
@ -433,7 +434,9 @@ public class SpellCheckCollatorTest extends SolrTestCaseJ4 {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("SOLR-5122: estimates don't seem to make any sense")
|
||||
public void testEstimatedHitCounts() throws Exception {
|
||||
assertQ(
|
||||
req(
|
||||
|
|
Loading…
Reference in New Issue