mirror of https://github.com/apache/lucene.git
SOLR-13028: @AwaitsFix AutoAddReplicasPlanActionTest#testSimple.
This commit is contained in:
parent
b9a966e5f7
commit
46d7994045
|
@ -77,7 +77,7 @@ public class AutoAddReplicasPlanActionTest extends SolrCloudTestCase{
|
|||
}
|
||||
|
||||
@Test
|
||||
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028")
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13028")
|
||||
public void testSimple() throws Exception {
|
||||
JettySolrRunner jetty1 = cluster.getJettySolrRunner(0);
|
||||
JettySolrRunner jetty2 = cluster.getJettySolrRunner(1);
|
||||
|
|
Loading…
Reference in New Issue