mirror of https://github.com/apache/lucene.git
SOLR-11452: Remove BadApple annotation
This commit is contained in:
parent
a4f83f66ea
commit
4603541d18
|
@ -454,7 +454,7 @@ public class TestTlogReplica extends SolrCloudTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") //2018-03-10
|
// Removed BadApple on 2018-05-21
|
||||||
public void testOnlyLeaderIndexes() throws Exception {
|
public void testOnlyLeaderIndexes() throws Exception {
|
||||||
createAndWaitForCollection(1, 0, 2, 0);
|
createAndWaitForCollection(1, 0, 2, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue