Skip to content

Commit

Permalink
Mute TransportChangePasswordActionTests#testIncorrectPasswordHashingA…
Browse files Browse the repository at this point in the history
…lgorithm with an @AwaitsFix.
  • Loading branch information
jtibshirani committed Jun 29, 2018
1 parent f702086 commit 1c4f480
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public void onFailure(Exception e) {
verify(usersStore, times(1)).changePassword(eq(request), any(ActionListener.class));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31696")
public void testIncorrectPasswordHashingAlgorithm() {
final User user = randomFrom(new ElasticUser(true), new KibanaUser(true), new User("joe"));
final Hasher hasher = Hasher.resolve(randomFrom("pbkdf2", "pbkdf2_1000", "bcrypt9", "bcrypt5"));
Expand Down

0 comments on commit 1c4f480

Please sign in to comment.