Skip to content

Commit 7e33312

Browse files
authored
Mute testEveryActionIsEitherOperatorOnlyOrNonOperator (#96126) (#96132)
Relates #96105
1 parent 29958c4 commit 7e33312

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void testOperatorUserCanCallNonOperatorOnlyApi() throws IOException {
9494
client().performRequest(mainRequest);
9595
}
9696

97+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96105")
9798
@SuppressWarnings("unchecked")
9899
public void testEveryActionIsEitherOperatorOnlyOrNonOperator() throws IOException {
99100
final String message = "An action should be declared to be either operator-only in ["

0 commit comments

Comments
 (0)