Skip to content

Commit a28d405

Browse files
committed
Revert "mute failing filerealm hash caching tests (#42304)"
This reverts commit 8907dc9.
1 parent 4a9788e commit a28d405

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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
@@ -89,7 +89,6 @@ private RealmConfig getRealmConfig(Settings settings) {
8989
return new RealmConfig(REALM_IDENTIFIER, settings, TestEnvironment.newEnvironment(settings), threadContext);
9090
}
9191

92-
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/42267")
9392
public void testAuthenticateCaching() throws Exception {
9493
Settings settings = Settings.builder()
9594
.put(RealmSettings.realmSettingPrefix(REALM_IDENTIFIER) + "cache.hash_algo",

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/support/CachingUsernamePasswordRealmTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public void stop() {
6363
}
6464
}
6565

66-
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/42267")
6766
public void testCacheSettings() {
6867
String cachingHashAlgo = randomFrom(Hasher.getAvailableAlgoCacheHash());
6968
int maxUsers = randomIntBetween(10, 100);

0 commit comments

Comments
 (0)