Skip to content

Commit 7ed57c4

Browse files
authored
Unmute testRolesCacheIsClearedWhenPrivilegesIsChanged (#130329)
This test used to fail a long time ago and got muted. Unmuting it for some CI time. Closes: #93447
1 parent 379a539 commit 7ed57c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authz/store/NativePrivilegeStoreCacheTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ public void testHasPrivileges() {
277277
);
278278
}
279279

280-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/93447")
281280
public void testRolesCacheIsClearedWhenPrivilegesIsChanged() {
282281
final Client client = client();
283282

0 commit comments

Comments
 (0)