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
9 changes: 6 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,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 Expand Up @@ -390,6 +387,12 @@ tests:
- class: org.elasticsearch.index.engine.ThreadPoolMergeSchedulerTests
method: testSchedulerCloseWaitsForRunningMerge
issue: https://github.com/elastic/elasticsearch/issues/125236
- class: org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
method: testTruncateLongError
issue: https://github.com/elastic/elasticsearch/issues/125216
- class: org.elasticsearch.index.shard.StoreRecoveryTests
method: testAddIndices
issue: https://github.com/elastic/elasticsearch/issues/124104

# Examples:
#
Expand Down