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 9101607 commit a711a51Copy full SHA for a711a51
server/src/test/java/org/elasticsearch/env/OverrideNodeVersionCommandTests.java
@@ -21,6 +21,7 @@
21
import org.elasticsearch.common.settings.Settings;
22
import org.elasticsearch.gateway.PersistedClusterStateService;
23
import org.elasticsearch.test.ESTestCase;
24
+import org.elasticsearch.test.ESTestCase.WithoutEntitlements;
25
import org.junit.After;
26
import org.junit.Before;
27
@@ -31,6 +32,7 @@
31
32
import static org.hamcrest.Matchers.containsString;
33
import static org.hamcrest.Matchers.equalTo;
34
35
+@WithoutEntitlements
36
public class OverrideNodeVersionCommandTests extends ESTestCase {
37
38
private Environment environment;
0 commit comments