SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes

This commit is contained in:
yonik 2017-02-21 18:56:16 -05:00
parent 3771e7d2c7
commit cf1cba66f4
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ public class BlockCacheTest extends LuceneTestCase {
} }
@Test @Test
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10121")
public void testBlockCacheConcurrent() throws Exception { public void testBlockCacheConcurrent() throws Exception {
Random rnd = random(); Random rnd = random();