Skip to content
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