SOLR-6443, SOLR-6444: correct @AwaitsFix link for TestManagedResourceStorage

This commit is contained in:
Christine Poerschke 2017-02-15 20:28:22 +00:00
parent 59b2a62253
commit fe5c7604c4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import org.junit.Test;
* Depends on ZK for testing ZooKeeper backed storage logic.
*/
@Slow
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6444")
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6443")
public class TestManagedResourceStorage extends AbstractZkTestCase {
/**