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