Skip to content

Commit d08ecfc

Browse files
authored
[8.x] Fix 125307 (#125308) (#125318)
* Fix 125307 (#125308) Closes: #125307 * Unmute
1 parent 2d90854 commit d08ecfc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,3 @@ tests:
483483
- class: org.elasticsearch.xpack.inference.external.request.azureopenai.embeddings.AzureOpenAiEmbeddingsRequestTests
484484
method: testCreateRequest_WithEntraIdDefined
485485
issue: https://github.com/elastic/elasticsearch/issues/125061
486-
- class: org.elasticsearch.upgrades.ApiKeyBackwardsCompatibilityIT
487-
method: testCreatingAndUpdatingApiKeys
488-
issue: https://github.com/elastic/elasticsearch/issues/125307

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/ApiKeyBackwardsCompatibilityIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ private Map<Boolean, RestClient> getRestClientByCapability() throws IOException
417417

418418
private static RoleDescriptor randomRoleDescriptor(boolean includeRemoteDescriptors) {
419419
final Set<String> excludedPrivileges = Set.of(
420+
"read_failure_store",
421+
"manage_failure_store",
420422
"cross_cluster_replication",
421423
"cross_cluster_replication_internal",
422424
"manage_data_stream_lifecycle"

0 commit comments

Comments
 (0)