Skip to content

Commit

Permalink
[CI] Mute SamlAuthenticatorTests testIncorrectSigningKeyIsRejected
Browse files Browse the repository at this point in the history
Tracked by #30970
  • Loading branch information
imotov committed May 30, 2018
1 parent 94e1bdb commit 96b4dae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ public void testIdpInitiatedLoginIsAllowed() throws Exception {
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();
Expand Down

0 comments on commit 96b4dae

Please sign in to comment.