SOLR-10841: Remove BaddApples annotation

This commit is contained in:
Cao Manh Dat 2018-05-21 09:12:45 +07:00
parent 39256e8348
commit a4f83f66ea
1 changed files with 0 additions and 1 deletions

View File

@ -522,7 +522,6 @@ public class TestTlogReplica extends SolrCloudTestCase {
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028")
public void testRecovery() throws Exception { public void testRecovery() throws Exception {
boolean useKill = random().nextBoolean(); boolean useKill = random().nextBoolean();
createAndWaitForCollection(1, 0, 2, 0); createAndWaitForCollection(1, 0, 2, 0);