mirror of https://github.com/apache/lucene.git
SOLR-13075: Harden SaslZkACLProviderTest. Put AwaitsFix back
This commit is contained in:
parent
b8829480f8
commit
03d76c611b
|
@ -115,6 +115,7 @@ public class SaslZkACLProviderTest extends SolrTestCaseJ4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13075")
|
||||||
public void testSaslZkACLProvider() throws Exception {
|
public void testSaslZkACLProvider() throws Exception {
|
||||||
// Test with Sasl enabled
|
// Test with Sasl enabled
|
||||||
SolrZkClient zkClient = new SolrZkClientWithACLs(zkServer.getZkAddress(), AbstractZkTestCase.TIMEOUT);
|
SolrZkClient zkClient = new SolrZkClientWithACLs(zkServer.getZkAddress(), AbstractZkTestCase.TIMEOUT);
|
||||||
|
|
Loading…
Reference in New Issue