mirror of https://github.com/apache/lucene.git
SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes
This commit is contained in:
parent
3771e7d2c7
commit
cf1cba66f4
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue