SOLR-12028, SOLR-7736: testPublishAndWaitForDownStates always fails

This commit is contained in:
Tomas Fernandez Lobbe 2018-03-07 11:04:14 -08:00
parent 277dd05086
commit 23765a9ff9
1 changed files with 1 additions and 1 deletions

View File

@ -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;