Skip to content

Commit c9608ef

Browse files
committed
disable entitlement checks for SecuritySingleNodeTestCase and SecurityIntegTestCase
1 parent 998c62c commit c9608ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/test/SecuritySingleNodeTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
* {@link SecurityIntegTestCase} due to simplicity and improved speed from not needing to start
7070
* multiple nodes and wait for the cluster to form.
7171
*/
72+
@ESTestCase.WithoutEntitlements // requires entitlement delegation ES-12382
7273
public abstract class SecuritySingleNodeTestCase extends ESSingleNodeTestCase {
7374

7475
private static SecuritySettingsSource SECURITY_DEFAULT_SETTINGS = null;

x-pack/plugin/security/src/test/java/org/elasticsearch/test/SecurityIntegTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
*
6161
* @see SecuritySettingsSource
6262
*/
63+
@ESTestCase.WithoutEntitlements // requires entitlement delegation ES-12382
6364
public abstract class SecurityIntegTestCase extends ESIntegTestCase {
6465

6566
private static SecuritySettingsSource SECURITY_DEFAULT_SETTINGS;

0 commit comments

Comments
 (0)