Skip to content

Commit 56027da

Browse files
authored
Fix 125307 (elastic#125308)
Closes: elastic#125307
1 parent 207da8a commit 56027da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ private Map<Boolean, RestClient> getRestClientByCapability() throws IOException
393393

394394
private static RoleDescriptor randomRoleDescriptor(boolean includeRemoteDescriptors) {
395395
final Set<String> excludedPrivileges = Set.of(
396+
"read_failure_store",
397+
"manage_failure_store",
396398
"cross_cluster_replication",
397399
"cross_cluster_replication_internal",
398400
"manage_data_stream_lifecycle"

0 commit comments

Comments
 (0)