Skip to content

Commit 474563f

Browse files
authored
Unmute entitlements unit tests (#125217)
1 parent 4fcce51 commit 474563f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy/PolicyManagerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ public void testFilesEntitlementsWithExclusive() {
508508
assertThat(
509509
iae.getMessage(),
510510
allOf(
511-
containsString("Path [/base/test] is already exclusive"),
511+
containsString("Path [" + testPath1 + "] is already exclusive"),
512512
containsString("[plugin1][test.module1]"),
513513
containsString("[plugin2][test.module2]"),
514514
containsString("cannot add exclusive access")

muted-tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ tests:
297297
- class: org.elasticsearch.env.NodeEnvironmentTests
298298
method: testIndexCompatibilityChecks
299299
issue: https://github.com/elastic/elasticsearch/issues/124388
300-
- class: org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
301-
method: testFilesEntitlementsWithExclusive
302-
issue: https://github.com/elastic/elasticsearch/issues/124420
303300
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
304301
method: testWatcherWithApiKey {cluster=UPGRADED}
305302
issue: https://github.com/elastic/elasticsearch/issues/124159
@@ -381,6 +378,12 @@ tests:
381378
- class: org.elasticsearch.index.engine.ThreadPoolMergeSchedulerTests
382379
method: testSchedulerCloseWaitsForRunningMerge
383380
issue: https://github.com/elastic/elasticsearch/issues/125236
381+
- class: org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
382+
method: testTruncateLongError
383+
issue: https://github.com/elastic/elasticsearch/issues/125216
384+
- class: org.elasticsearch.index.shard.StoreRecoveryTests
385+
method: testAddIndices
386+
issue: https://github.com/elastic/elasticsearch/issues/124104
384387

385388
# Examples:
386389
#

0 commit comments

Comments
 (0)