Skip to content

Commit a55471d

Browse files
authored
Unmute entitlements unit tests (#125217) (#125530)
1 parent eee3e1d commit a55471d

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.test.rest.XPackRestIT
471468
method: test {p0=snapshot/10_basic/Create a source only snapshot and then restore it}
472469
issue: https://github.com/elastic/elasticsearch/issues/122755
@@ -476,3 +473,6 @@ tests:
476473
- class: org.elasticsearch.index.mapper.ShapeGeometryFieldMapperTests
477474
method: testCartesianBoundsBlockLoader
478475
issue: https://github.com/elastic/elasticsearch/issues/125129
476+
- class: org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
477+
method: testTruncateLongError
478+
issue: https://github.com/elastic/elasticsearch/issues/125216

0 commit comments

Comments
 (0)