Skip to content

Commit 62f5579

Browse files
authored
Backport mute to 8.11 (#103993)
Backports 953b7ba Relates #103595 Relates #103717
1 parent 610ffa3 commit 62f5579

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
@@ -26,6 +26,7 @@
2626
import org.apache.http.protocol.HttpContext;
2727
import org.apache.http.protocol.HttpCoreContext;
2828
import org.apache.http.util.EntityUtils;
29+
import org.apache.lucene.tests.util.LuceneTestCase;
2930
import org.elasticsearch.client.Request;
3031
import org.elasticsearch.client.RequestOptions;
3132
import org.elasticsearch.client.Response;
@@ -78,6 +79,7 @@
7879
/**
7980
* An integration test for validating SAML authentication against a real Identity Provider (Shibboleth)
8081
*/
82+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103717")
8183
public class SamlAuthenticationIT extends ESRestTestCase {
8284

8385
private static final String SAML_RESPONSE_FIELD = "SAMLResponse";

0 commit comments

Comments
 (0)