mirror of https://github.com/apache/lucene.git
SOLR-14094: Enable this test again in master.
This commit is contained in:
parent
ee0b066ab6
commit
b5a2cfba4f
|
@ -52,7 +52,6 @@ public class TestSolrCachePerf extends SolrTestCaseJ4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-14094")
|
|
||||||
public void testGetPutCompute() throws Exception {
|
public void testGetPutCompute() throws Exception {
|
||||||
Map<String, SummaryStatistics> getPutRatio = new HashMap<>();
|
Map<String, SummaryStatistics> getPutRatio = new HashMap<>();
|
||||||
Map<String, SummaryStatistics> computeRatio = new HashMap<>();
|
Map<String, SummaryStatistics> computeRatio = new HashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue