mirror of https://github.com/apache/lucene.git
SOLR-12028: Remove TestCloudConsistency BadApples after beasting
This commit is contained in:
parent
3a73d4b2d6
commit
25ebe0e35f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue