Skip to content

Commit 68c30ef

Browse files
authored
Mute testSpInitiatedSsoFailsForMalformedRequest (elastic#54328) (elastic#54336)
see elastic#54285
1 parent 2e8ed65 commit 68c30ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/identity-provider/src/test/java/org/elasticsearch/xpack/idp/action/SamlIdentityProviderTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ public void testSpInitiatedSsoFailsForUnknownSp() throws Exception {
208208
assertThat(e.getResponse().getStatusLine().getStatusCode(), equalTo(RestStatus.BAD_REQUEST.getStatus()));
209209
}
210210

211+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54285")
211212
public void testSpInitiatedSsoFailsForMalformedRequest() throws Exception {
212213
String acsUrl = "https://" + randomAlphaOfLength(12) + ".elastic-cloud.com/saml/acs";
213214
String entityId = SP_ENTITY_ID;

0 commit comments

Comments
 (0)