Skip to content

Commit 69a6011

Browse files
[Test mute] DocumentSubsetBitsetCacheTests.testCacheUnderConcurrentAccess (#91486) (#91488)
AwaitsFix #91471 Relates: #91471, #51914 Co-authored-by: Elastic Machine <[email protected]>
1 parent 013d18e commit 69a6011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ public void testIndexLookupIsClearedWhenBitSetIsEvicted() throws Exception {
359359
});
360360
}
361361

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

0 commit comments

Comments
 (0)