We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a49c26 commit ee0b69bCopy full SHA for ee0b69b
test/framework/src/main/java/org/elasticsearch/cli/CommandTestCase.java
@@ -10,6 +10,7 @@
10
package org.elasticsearch.cli;
11
12
import org.elasticsearch.test.ESTestCase;
13
+import org.elasticsearch.test.ESTestCase.WithoutEntitlements;
14
import org.hamcrest.Matcher;
15
import org.junit.Before;
16
@@ -25,6 +26,7 @@
25
26
/**
27
* A base test case for cli tools.
28
*/
29
+@WithoutEntitlements // CLI tools don't run with entitlements enforced
30
public abstract class CommandTestCase extends ESTestCase {
31
32
/** The terminal that execute uses */
0 commit comments