Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public void testFilesEntitlementsWithExclusive() {
assertThat(
iae.getMessage(),
allOf(
containsString("Path [/base/test] is already exclusive"),
containsString("Path [" + testPath1 + "] is already exclusive"),
containsString("[plugin1][test.module1]"),
containsString("[plugin2][test.module2]"),
containsString("cannot add exclusive access")
Expand Down
6 changes: 0 additions & 6 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,6 @@ tests:
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
method: testLookupExplosionNoFetch
issue: https://github.com/elastic/elasticsearch/issues/123432
- class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
method: testDuplicatePrunedPaths
issue: https://github.com/elastic/elasticsearch/issues/124006
- class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=search.vectors/41_knn_search_bbq_hnsw/Vector rescoring has same scoring as exact search for kNN section}
issue: https://github.com/elastic/elasticsearch/issues/124052
Expand Down Expand Up @@ -303,9 +300,6 @@ tests:
- class: org.elasticsearch.env.NodeEnvironmentTests
method: testIndexCompatibilityChecks
issue: https://github.com/elastic/elasticsearch/issues/124388
- class: org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
method: testFilesEntitlementsWithExclusive
issue: https://github.com/elastic/elasticsearch/issues/124420
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
method: testWatcherWithApiKey {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/124159
Expand Down
Loading