Skip to content

Commit 48ab734

Browse files
authored
Unmute entitlements unit tests (#125217) (#125526)
1 parent bc745a5 commit 48ab734

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,6 @@ tests:
464464
- class: org.elasticsearch.index.shard.StoreRecoveryTests
465465
method: testAddIndices
466466
issue: https://github.com/elastic/elasticsearch/issues/124104
467-
- class: org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
468-
method: testFilesEntitlementsWithExclusive
469-
issue: https://github.com/elastic/elasticsearch/issues/124420
470467
- class: org.elasticsearch.xpack.core.common.notifications.AbstractAuditorTests
471468
method: testRecreateTemplateWhenDeleted
472469
issue: https://github.com/elastic/elasticsearch/issues/123232
@@ -483,3 +480,6 @@ tests:
483480
- class: org.elasticsearch.xpack.inference.external.request.azureopenai.embeddings.AzureOpenAiEmbeddingsRequestTests
484481
method: testCreateRequest_WithEntraIdDefined
485482
issue: https://github.com/elastic/elasticsearch/issues/125061
483+
- class: org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
484+
method: testTruncateLongError
485+
issue: https://github.com/elastic/elasticsearch/issues/125216

0 commit comments

Comments
 (0)