Browse Source

[CI] Mute SamlAuthenticatorTests testIncorrectSigningKeyIsRejected

Tracked by #30970
Igor Motov 7 years ago
parent
commit
96b4dae221

+ 1 - 0
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/saml/SamlAuthenticatorTests.java

@@ -896,6 +896,7 @@ public class SamlAuthenticatorTests extends SamlTestCase {
         assertThat(attributes.attributes(), iterableWithSize(1));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30970")
     public void testIncorrectSigningKeyIsRejected() throws Exception {
         final CryptoTransform signer = randomBoolean() ? this::signDoc : this::signAssertions;
         Instant now = clock.instant();