From bb6ec6ea6ca834a388c6591e4f72c8cc63062ab0 Mon Sep 17 00:00:00 2001 From: Athena Brown Date: Mon, 28 Oct 2024 17:20:00 -0600 Subject: [PATCH] Unmute testPopulationOfCacheWhenLoadingPrivilegesForAllApplications (#115710) Unmutes the test which was not unmuted when the fix was added. --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 804f595e02162..8895ddb9e9587 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -20,9 +20,6 @@ tests: - class: "org.elasticsearch.xpack.searchablesnapshots.FrozenSearchableSnapshotsIntegTests" issue: "https://github.com/elastic/elasticsearch/issues/110408" method: "testCreateAndRestorePartialSearchableSnapshot" -- class: org.elasticsearch.xpack.security.authz.store.NativePrivilegeStoreCacheTests - method: testPopulationOfCacheWhenLoadingPrivilegesForAllApplications - issue: https://github.com/elastic/elasticsearch/issues/110789 - class: org.elasticsearch.nativeaccess.VectorSystemPropertyTests method: testSystemPropertyDisabled issue: https://github.com/elastic/elasticsearch/issues/110949