Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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: 3 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,6 @@ tests:
- class: org.elasticsearch.index.shard.StoreRecoveryTests
method: testAddIndices
issue: https://github.com/elastic/elasticsearch/issues/124104
- class: org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
method: testFilesEntitlementsWithExclusive
issue: https://github.com/elastic/elasticsearch/issues/124420
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=snapshot/10_basic/Create a source only snapshot and then restore it}
issue: https://github.com/elastic/elasticsearch/issues/122755
Expand All @@ -476,3 +473,6 @@ tests:
- class: org.elasticsearch.index.mapper.ShapeGeometryFieldMapperTests
method: testCartesianBoundsBlockLoader
issue: https://github.com/elastic/elasticsearch/issues/125129
- class: org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
method: testTruncateLongError
issue: https://github.com/elastic/elasticsearch/issues/125216