Tests: Disabling another failing OpenLDAP test
Relates elastic/x-pack-elasticsearch#1823 Original commit: elastic/x-pack-elasticsearch@88ee3d3eac
This commit is contained in:
parent
f105cc0755
commit
404cac7b6b
|
@ -5,17 +5,17 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.integration.ldap;
|
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.io.IOException;
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.stream.Collectors;
|
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.
|
* 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)
|
* just their userid (the AuthenticationService tries them in order)
|
||||||
*/
|
*/
|
||||||
@Network
|
@Network
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/1823")
|
||||||
public class MultipleAdRealmTests extends AbstractAdLdapRealmTestCase {
|
public class MultipleAdRealmTests extends AbstractAdLdapRealmTestCase {
|
||||||
|
|
||||||
private static RealmConfig secondaryRealmConfig;
|
private static RealmConfig secondaryRealmConfig;
|
||||||
|
|
Loading…
Reference in New Issue