Mute testSpInitiatedSsoFailsForMalformedRequest (#54328) (#54339)

see #54285
This commit is contained in:
Ioannis Kakavas 2020-03-27 15:46:08 +02:00 committed by GitHub
parent 14b5daad7c
commit 5983f6aceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ public class SamlIdentityProviderTests extends IdentityProviderIntegTestCase {
assertThat(e.getResponse().getStatusLine().getStatusCode(), equalTo(RestStatus.BAD_REQUEST.getStatus()));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54285")
public void testSpInitiatedSsoFailsForMalformedRequest() throws Exception {
String acsUrl = "https://" + randomAlphaOfLength(12) + ".elastic-cloud.com/saml/acs";
String entityId = SP_ENTITY_ID;