mirror of https://github.com/apache/lucene.git
SOLR-7736: Point to the correct jira issue for awaits fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a32822991a
commit
e65dccbbb1
|
@ -309,7 +309,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6665")
|
||||
@AwaitsFix(bugUrl = "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