Mute testRoundRobinWithFailures (#32190)

This commit is contained in:
Gordon Brown 2019-01-11 09:35:38 -07:00
parent 953fb9352f
commit 955d3aea19
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public class SessionFactoryLoadBalancingTests extends LdapTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32190")
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());