Skip to content

Commit

Permalink
Mute FileRealmTests#testAuthenticateCaching with an @AwaitsFix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Jun 29, 2018
1 parent 1c4f480 commit 58cf95a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void testAuthenticate() throws Exception {
assertThat(user.roles(), arrayContaining("role1", "role2"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31697")
public void testAuthenticateCaching() throws Exception {
Settings settings = Settings.builder()
.put("cache.hash_algo", Hasher.values()[randomIntBetween(0, Hasher.values().length - 1)].name().toLowerCase(Locale.ROOT)).build();
Expand Down

0 comments on commit 58cf95a

Please sign in to comment.