Revert "mute failing filerealm hash caching tests (#42304)"

This reverts commit 39fbed1577.
This commit is contained in:
Ioannis Kakavas 2019-05-22 11:10:23 +03:00
parent a6eb20ad35
commit 7af30345b4
2 changed files with 0 additions and 2 deletions

View File

@ -89,7 +89,6 @@ public class FileRealmTests extends ESTestCase {
return new RealmConfig(REALM_IDENTIFIER, settings, TestEnvironment.newEnvironment(settings), threadContext);
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/42267")
public void testAuthenticateCaching() throws Exception {
Settings settings = Settings.builder()
.put(RealmSettings.realmSettingPrefix(REALM_IDENTIFIER) + "cache.hash_algo",

View File

@ -63,7 +63,6 @@ public class CachingUsernamePasswordRealmTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/42267")
public void testCacheSettings() {
String cachingHashAlgo = randomFrom(Hasher.getAvailableAlgoCacheHash());
int maxUsers = randomIntBetween(10, 100);