mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Mute FileRealmTests#testAuthenticateCaching with an @AwaitsFix.
This commit is contained in:
parent
1c4f480794
commit
58cf95a06f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user