awaitFix on OpenLdapTests.testUsageStats

Original commit: elastic/x-pack-elasticsearch@e077dc4449
This commit is contained in:
Boaz Leskes 2016-05-22 15:57:12 +02:00
parent b5dc201f5a
commit 1f6b401b9d
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ public class OpenLdapTests extends ESTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/2313")
public void testUsageStats() throws Exception { public void testUsageStats() throws Exception {
String groupSearchBase = "ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com"; 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"; String userTemplate = "uid={0},ou=people,dc=oldap,dc=test,dc=elasticsearch,dc=com";