SOLR-12028: Remove TestCloudConsistency BadApples after beasting

This commit is contained in:
Cao Manh Dat 2018-05-16 14:55:11 +07:00
parent 3a73d4b2d6
commit 25ebe0e35f
1 changed files with 0 additions and 2 deletions

View File

@ -88,13 +88,11 @@ public class TestCloudConsistency extends SolrCloudTestCase {
}
@Test
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 26-Mar-2018
public void testOutOfSyncReplicasCannotBecomeLeader() throws Exception {
testOutOfSyncReplicasCannotBecomeLeader(false);
}
@Test
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 26-Mar-2018
public void testOutOfSyncReplicasCannotBecomeLeaderAfterRestart() throws Exception {
testOutOfSyncReplicasCannotBecomeLeader(true);
}