SOLR-6665: Add AwaitsFix annotation to the new test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1675067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-04-21 09:04:17 +00:00
parent 8c2c3f0609
commit 2aed77e893
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
}
}
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6665")
public void testPublishAndWaitForDownStates() throws Exception {
String zkDir = createTempDir("testPublishAndWaitForDownStates").toFile().getAbsolutePath();
CoreContainer cc = null;