Skip to content

Commit

Permalink
Backport mute to 8.11 (#103993)
Browse files Browse the repository at this point in the history
Backports
953b7ba

Relates #103595 Relates #103717
  • Loading branch information
kingherc committed Jan 5, 2024
1 parent 610ffa3 commit 62f5579
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -26,6 +26,7 @@
import org.apache.http.protocol.HttpContext;
import org.apache.http.protocol.HttpCoreContext;
import org.apache.http.util.EntityUtils;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.Response;
Expand Down Expand Up @@ -78,6 +79,7 @@
/**
* An integration test for validating SAML authentication against a real Identity Provider (Shibboleth)
*/
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103717")
public class SamlAuthenticationIT extends ESRestTestCase {

private static final String SAML_RESPONSE_FIELD = "SAMLResponse";
Expand Down

0 comments on commit 62f5579

Please sign in to comment.