mirror of https://github.com/apache/lucene.git
SOLR-12028, SOLR-7736: testPublishAndWaitForDownStates always fails
This commit is contained in:
parent
277dd05086
commit
23765a9ff9
|
@ -251,7 +251,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
|
|||
}
|
||||
}
|
||||
|
||||
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12028, https://issues.apache.org/jira/browse/SOLR-7736")
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12028, https://issues.apache.org/jira/browse/SOLR-7736")
|
||||
public void testPublishAndWaitForDownStates() throws Exception {
|
||||
String zkDir = createTempDir("testPublishAndWaitForDownStates").toFile().getAbsolutePath();
|
||||
CoreContainer cc = null;
|
||||
|
|
Loading…
Reference in New Issue