From a53026498f8dde0aad7ceb77aeb7fa2f3c6eea63 Mon Sep 17 00:00:00 2001 From: jaymode Date: Wed, 5 Apr 2017 13:23:53 -0400 Subject: [PATCH] Test: mute SearchGroupsResolverInMemoryTests This commit mutes SearchGroupsResolverInMemoryTests as they fail with a thread leak. See elastic/x-pack-elasticsearch#971 Original commit: elastic/x-pack-elasticsearch@be7c988e20d5fb6ad1d9f89dab3269ee916bdd22 --- .../security/authc/ldap/SearchGroupsResolverInMemoryTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/src/test/java/org/elasticsearch/xpack/security/authc/ldap/SearchGroupsResolverInMemoryTests.java b/plugin/src/test/java/org/elasticsearch/xpack/security/authc/ldap/SearchGroupsResolverInMemoryTests.java index b237bbd985f..01f73f08564 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/security/authc/ldap/SearchGroupsResolverInMemoryTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/security/authc/ldap/SearchGroupsResolverInMemoryTests.java @@ -13,6 +13,7 @@ import com.unboundid.ldap.sdk.LDAPConnectionOptions; import com.unboundid.ldap.sdk.LDAPException; import com.unboundid.ldap.sdk.LDAPURL; import com.unboundid.ldap.sdk.ResultCode; +import org.apache.lucene.util.LuceneTestCase.AwaitsFix; import org.elasticsearch.action.support.PlainActionFuture; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.unit.TimeValue; @@ -23,6 +24,7 @@ import org.elasticsearch.xpack.security.authc.ldap.support.LdapUtils; import static org.hamcrest.Matchers.instanceOf; import static org.hamcrest.Matchers.is; +@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/971") public class SearchGroupsResolverInMemoryTests extends LdapTestCase { /**