Tests: Another OpenLDAP tests that needs to be muted for now

Relates elastic/x-pack-elasticsearch#1823

Original commit: elastic/x-pack-elasticsearch@406eee05fe
This commit is contained in:
Alexander Reelsen 2017-06-22 15:26:07 +02:00
parent 217ac5bac5
commit 2147e2aa4f
1 changed files with 5 additions and 3 deletions

View File

@ -5,16 +5,18 @@
*/
package org.elasticsearch.integration.ldap;
import java.io.IOException;
import java.util.ArrayList;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.test.junit.annotations.Network;
import org.junit.BeforeClass;
import java.io.IOException;
import java.util.ArrayList;
/**
* This tests the mapping of multiple groups to a role in a file based role-mapping
*/
@Network
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/1823")
public class MultiGroupMappingTests extends AbstractAdLdapRealmTestCase {
@BeforeClass