Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Fix 125307 (#125308) #125318

Merged
merged 3 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,3 @@ tests:
- class: org.elasticsearch.xpack.inference.external.request.azureopenai.embeddings.AzureOpenAiEmbeddingsRequestTests
method: testCreateRequest_WithEntraIdDefined
issue: https://github.com/elastic/elasticsearch/issues/125061
- class: org.elasticsearch.upgrades.ApiKeyBackwardsCompatibilityIT
method: testCreatingAndUpdatingApiKeys
issue: https://github.com/elastic/elasticsearch/issues/125307
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ private Map<Boolean, RestClient> getRestClientByCapability() throws IOException

private static RoleDescriptor randomRoleDescriptor(boolean includeRemoteDescriptors) {
final Set<String> excludedPrivileges = Set.of(
"read_failure_store",
"manage_failure_store",
"cross_cluster_replication",
"cross_cluster_replication_internal",
"manage_data_stream_lifecycle"
Expand Down