SOLR-13075: Harden SaslZkACLProviderTest. Testing new ZK version

This commit is contained in:
erick 2019-04-02 21:45:30 -07:00
parent 58376874aa
commit 3810d5e7ac
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ 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);