Commit 5f9a9e0
authored
Skip operator privilege action test on release builds (elastic#119386)
The `testEveryActionIsEitherOperatorOnlyOrNonOperator` test has been
reliably muted because release builds frequently miss actions due to
disabled feature flags. There's no straight-forward way to account for
this. This PR changes the test to only run on snapshot builds. This way
we get test coverage while reducing maintenance burden.
Closes: elastic#1182201 parent 8ded6c4 commit 5f9a9e0
File tree
2 files changed
+2
-3
lines changed- x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | 199 | | |
203 | 200 | | |
204 | 201 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
0 commit comments