Mute SamlAuthenticationIT on 7.17 branch (#106993)

This commit is contained in:
Rene Groeschke 2024-04-02 14:51:40 +02:00 committed by GitHub
parent 7242b41332
commit 8ce680ff4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import org.apache.http.protocol.HttpContext;
import org.apache.http.protocol.HttpCoreContext;
import org.apache.http.util.EntityUtils;
import org.apache.logging.log4j.message.ParameterizedMessage;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.Response;
@ -80,6 +81,7 @@ import static org.hamcrest.Matchers.startsWith;
/**
* An integration test for validating SAML authentication against a real Identity Provider (Shibboleth)
*/
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106758")
public class SamlAuthenticationIT extends ESRestTestCase {
private static final String SAML_RESPONSE_FIELD = "SAMLResponse";