Test: add awaits fix for SessionFactoryLoadBalancingTests

Original commit: elastic/x-pack-elasticsearch@6412d12283
This commit is contained in:
jaymode 2017-04-26 11:25:30 -04:00
parent c9d039525c
commit 123a660720
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ public class SessionFactoryLoadBalancingTests extends LdapTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1195")
public void testRoundRobinWithFailures() throws Exception {
assumeTrue("at least one ldap server should be present for this test", ldapServers.length > 1);
logger.debug("using [{}] ldap servers, urls {}", ldapServers.length, ldapUrls());