add awaits fix for exception serialization issue

Original commit: elastic/x-pack-elasticsearch@6c9e993a62
This commit is contained in:
jaymode 2015-06-30 18:55:39 -04:00
parent 2d71019df9
commit b3cd671d45
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.integration.ldap;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.test.junit.annotations.Network;
import org.junit.Test;
@ -15,6 +16,7 @@ import java.io.IOException;
* The super class will provide appropriate group mappings via configGroupMappings()
*/
@Network
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-shield/issues/947")
public class GroupMappingTests extends AbstractAdLdapRealmTests {
@Test