SOLR-14094: Enable this test again in master.

This commit is contained in:
Andrzej Bialecki 2019-12-16 15:53:29 +01:00
parent ee0b066ab6
commit b5a2cfba4f
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ 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<>();