SOLR-13075: Add @AwaitsFix annotation to SaslZkACLProviderTest.

This commit is contained in:
markrmiller 2018-12-16 14:47:58 -06:00
parent f80e8e1167
commit 5e305e2f00
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ public class SaslZkACLProviderTest extends SolrTestCaseJ4 {
}
@Test
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13075")
public void testSaslZkACLProvider() throws Exception {
// Test with Sasl enabled
SolrZkClient zkClient = new SolrZkClientWithACLs(zkServer.getZkAddress(), AbstractZkTestCase.TIMEOUT);