Skip to content

Commit aa666e2

Browse files
authored
Unmute entitlements unit tests (#125217) (#125525)
1 parent ba22066 commit aa666e2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,18 @@ tests:
252252
- class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
253253
method: test {yaml=reference/cat/nodes/line_361}
254254
issue: https://github.com/elastic/elasticsearch/issues/124103
255-
- class: org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
256-
method: testFilesEntitlementsWithExclusive
257-
issue: https://github.com/elastic/elasticsearch/issues/124420
258255
- class: org.elasticsearch.xpack.restart.MLModelDeploymentFullClusterRestartIT
259256
method: testDeploymentSurvivesRestart {cluster=OLD}
260257
issue: https://github.com/elastic/elasticsearch/issues/124160
261258
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
262259
method: test {p0=search/610_function_score/Random}
263260
issue: https://github.com/elastic/elasticsearch/issues/125010
261+
- class: org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
262+
method: testTruncateLongError
263+
issue: https://github.com/elastic/elasticsearch/issues/125216
264+
- class: org.elasticsearch.index.shard.StoreRecoveryTests
265+
method: testAddIndices
266+
issue: https://github.com/elastic/elasticsearch/issues/124104
264267

265268
# Examples:
266269
#
@@ -299,4 +302,4 @@ tests:
299302
# issue: "https://github.com/elastic/elasticsearch/..."
300303
# - class: "org.elasticsearch.xpack.esql.**"
301304
# method: "test {union_types.MultiIndexIpStringStatsInline *}"
302-
# issue: "https://github.com/elastic/elasticsearch/..."
305+
# issue: "https://github.com/elastic/elasticsearch/..."

0 commit comments

Comments
 (0)