[CI] Mute SamlAuthenticatorTests testIncorrectSigningKeyIsRejected

Tracked by #30970
This commit is contained in:
Igor Motov 2018-05-30 11:29:17 -04:00
parent 94e1bdba33
commit 96b4dae221
1 changed files with 1 additions and 0 deletions

View File

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