Tests: Disabling another failing OpenLDAP test

Relates elastic/x-pack-elasticsearch#1823

Original commit: elastic/x-pack-elasticsearch@88ee3d3eac
This commit is contained in:
Alexander Reelsen 2017-06-22 16:16:50 +02:00
parent f105cc0755
commit 404cac7b6b
1 changed files with 7 additions and 6 deletions

View File

@ -5,17 +5,17 @@
*/
package org.elasticsearch.integration.ldap;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.common.logging.ESLoggerFactory;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.test.junit.annotations.Network;
import org.junit.BeforeClass;
import java.io.IOException;
import java.nio.file.Path;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import org.elasticsearch.common.logging.ESLoggerFactory;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.test.junit.annotations.Network;
import org.junit.BeforeClass;
/**
* This tests that configurations that contain two AD realms work correctly.
@ -23,6 +23,7 @@ import org.junit.BeforeClass;
* just their userid (the AuthenticationService tries them in order)
*/
@Network
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/1823")
public class MultipleAdRealmTests extends AbstractAdLdapRealmTestCase {
private static RealmConfig secondaryRealmConfig;