Skip to content

Commit 58cf95a

Browse files
committed
Mute FileRealmTests#testAuthenticateCaching with an @AwaitsFix.
1 parent 1c4f480 commit 58cf95a

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/file

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/file/FileRealmTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void testAuthenticate() throws Exception {
8484
assertThat(user.roles(), arrayContaining("role1", "role2"));
8585
}
8686

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

0 commit comments

Comments
 (0)