瀏覽代碼

[Test mute] DocumentSubsetBitsetCacheTests.testCacheUnderConcurrentAccess (#91486)

AwaitsFix https://github.com/elastic/elasticsearch/issues/91471

Relates: #91471, #51914
Yang Wang 3 年之前
父節點
當前提交
be4506c862

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

@@ -359,6 +359,7 @@ public class DocumentSubsetBitsetCacheTests extends ESTestCase {
         });
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91471")
     public void testCacheUnderConcurrentAccess() throws Exception {
         // This value is based on the internal implementation details of lucene's FixedBitSet
         // If the implementation changes, this can be safely updated to match the new ram usage for a single bitset