From 955d3aea194b4709a37f88057b8f2dd9a9af760c Mon Sep 17 00:00:00 2001 From: Gordon Brown Date: Fri, 11 Jan 2019 09:35:38 -0700 Subject: [PATCH] Mute testRoundRobinWithFailures (#32190) --- .../authc/ldap/support/SessionFactoryLoadBalancingTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ldap/support/SessionFactoryLoadBalancingTests.java b/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ldap/support/SessionFactoryLoadBalancingTests.java index 87cc73d9a13..1483b2f474b 100644 --- a/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ldap/support/SessionFactoryLoadBalancingTests.java +++ b/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ldap/support/SessionFactoryLoadBalancingTests.java @@ -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());