[CI] Mute SamlAuthenticatorTests testIncorrectSigningKeyIsRejected
Tracked by #30970
This commit is contained in:
parent
94e1bdba33
commit
96b4dae221
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue