Skip to content

Commit da8c68c

Browse files
authored
Merge (#119683)
1 parent 1dddbd7 commit da8c68c

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator

1 file changed

+2
-0
lines changed

x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/OperatorPrivilegesIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77
package org.elasticsearch.xpack.security.operator;
88

9+
import org.elasticsearch.Build;
910
import org.elasticsearch.client.Request;
1011
import org.elasticsearch.client.RequestOptions;
1112
import org.elasticsearch.client.Response;
@@ -165,6 +166,7 @@ public void testServiceAccountUpdateOperatorSettings() throws IOException {
165166

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

0 commit comments

Comments
 (0)