Skip to content

Commit c4e9b40

Browse files
authored
Unmute testCacheUnderConcurrentAccess (#91186) (#91215)
This test has been muted for a very long time. I haven't been able to reproduce the failure, so I'm going to unmute it and see if it starts failing on CI. Relates #51914
1 parent 2e14d5d commit c4e9b40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/DocumentSubsetBitsetCacheTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ public void testIndexLookupIsClearedWhenBitSetIsEvicted() throws Exception {
355355
});
356356
}
357357

358-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51914")
359358
public void testCacheUnderConcurrentAccess() throws Exception {
360359
// This value is based on the internal implementation details of lucene's FixedBitSet
361360
// If the implementation changes, this can be safely updated to match the new ram usage for a single bitset

0 commit comments

Comments
 (0)