Mute FileRealmTests#testAuthenticateCaching with an @AwaitsFix.

This commit is contained in:
Julie Tibshirani 2018-06-29 12:02:29 -07:00
parent 1c4f480794
commit 58cf95a06f

View File

@ -84,6 +84,7 @@ public class FileRealmTests extends ESTestCase {
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();