awaits fix for another test failing due to exception serialization changes
Original commit: elastic/x-pack-elasticsearch@9585a3647b
This commit is contained in:
parent
b3cd671d45
commit
b7133a516a
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.integration.ldap;
|
package org.elasticsearch.integration.ldap;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase;
|
||||||
import org.elasticsearch.test.junit.annotations.Network;
|
import org.elasticsearch.test.junit.annotations.Network;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@ -14,6 +15,7 @@ import java.io.IOException;
|
||||||
* This tests the mapping of multiple groups to a role
|
* This tests the mapping of multiple groups to a role
|
||||||
*/
|
*/
|
||||||
@Network
|
@Network
|
||||||
|
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-shield/issues/947")
|
||||||
public class MultiGroupMappingTests extends AbstractAdLdapRealmTests {
|
public class MultiGroupMappingTests extends AbstractAdLdapRealmTests {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue