Skip to content

Commit 8ce680f

Browse files
authored
Mute SamlAuthenticationIT on 7.17 branch (#106993)
1 parent 7242b41 commit 8ce680f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/qa/saml-idp-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/authc/saml/SamlAuthenticationIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.apache.http.protocol.HttpCoreContext;
2828
import org.apache.http.util.EntityUtils;
2929
import org.apache.logging.log4j.message.ParameterizedMessage;
30+
import org.apache.lucene.util.LuceneTestCase;
3031
import org.elasticsearch.client.Request;
3132
import org.elasticsearch.client.RequestOptions;
3233
import org.elasticsearch.client.Response;
@@ -80,6 +81,7 @@
8081
/**
8182
* An integration test for validating SAML authentication against a real Identity Provider (Shibboleth)
8283
*/
84+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106758")
8385
public class SamlAuthenticationIT extends ESRestTestCase {
8486

8587
private static final String SAML_RESPONSE_FIELD = "SAMLResponse";

0 commit comments

Comments
 (0)