瀏覽代碼

Mute testSpInitiatedSsoFailsForMalformedRequest (#54328)

see #54285
Ioannis Kakavas 5 年之前
父節點
當前提交
c6b20c6441

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

@@ -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;