Skip to content

Commit

Permalink
Merge (#119681)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg authored Jan 10, 2025
1 parent 1c5c3b0 commit abe8d7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/
package org.elasticsearch.xpack.security.operator;

import org.elasticsearch.Build;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.Response;
Expand Down Expand Up @@ -165,6 +166,7 @@ public void testServiceAccountUpdateOperatorSettings() throws IOException {

@SuppressWarnings("unchecked")
public void testEveryActionIsEitherOperatorOnlyOrNonOperator() throws IOException {
assumeTrue("Exclude release builds due to maintenance burden around feature flags", Build.current().isSnapshot());
final String message = "An action should be declared to be either operator-only in ["
+ DefaultOperatorOnlyRegistry.class.getName()
+ "] or non-operator in ["
Expand Down

0 comments on commit abe8d7f

Please sign in to comment.