From cf1cba66f49c551cddbc6053565c30bf3a8b23bb Mon Sep 17 00:00:00 2001 From: yonik Date: Tue, 21 Feb 2017 18:56:16 -0500 Subject: [PATCH] SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes --- .../test/org/apache/solr/store/blockcache/BlockCacheTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java b/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java index 6b12e2539d4..9f87eae31d7 100644 --- a/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java +++ b/solr/core/src/test/org/apache/solr/store/blockcache/BlockCacheTest.java @@ -94,7 +94,6 @@ public class BlockCacheTest extends LuceneTestCase { } @Test - @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10121") public void testBlockCacheConcurrent() throws Exception { Random rnd = random();