SOLR-14094: Bad-apple TestSolrCachePerf.

This commit is contained in:
Adrien Grand 2019-12-16 13:46:04 +01:00
parent 2db48314f9
commit b660bcd0a2
1 changed files with 1 additions and 0 deletions

View File

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