From 1f6b401b9dc57479d6c704b634febed04e4be577 Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Sun, 22 May 2016 15:57:12 +0200 Subject: [PATCH] awaitFix on OpenLdapTests.testUsageStats Original commit: elastic/x-pack-elasticsearch@e077dc4449ef644f9dc001f1eacd6795c0bd05b9 --- .../java/org/elasticsearch/shield/authc/ldap/OpenLdapTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticsearch/x-pack/shield/src/test/java/org/elasticsearch/shield/authc/ldap/OpenLdapTests.java b/elasticsearch/x-pack/shield/src/test/java/org/elasticsearch/shield/authc/ldap/OpenLdapTests.java index b09a856da10..96dd335a6a5 100644 --- a/elasticsearch/x-pack/shield/src/test/java/org/elasticsearch/shield/authc/ldap/OpenLdapTests.java +++ b/elasticsearch/x-pack/shield/src/test/java/org/elasticsearch/shield/authc/ldap/OpenLdapTests.java @@ -97,6 +97,7 @@ public class OpenLdapTests extends ESTestCase { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/2313") public void testUsageStats() throws Exception { String groupSearchBase = "ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com"; String userTemplate = "uid={0},ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com";