File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/internalClusterTest/java/org/elasticsearch/env Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1313import org .elasticsearch .common .settings .Settings ;
1414import org .elasticsearch .indices .IndicesService ;
1515import org .elasticsearch .test .ESIntegTestCase ;
16+ import org .elasticsearch .test .ESTestCase ;
1617import org .hamcrest .Matcher ;
1718
1819import static org .elasticsearch .test .NodeRoles .nonDataNode ;
1920import static org .elasticsearch .test .NodeRoles .nonMasterNode ;
2021import static org .hamcrest .Matchers .allOf ;
2122import static org .hamcrest .Matchers .containsString ;
2223
24+ @ ESTestCase .WithoutEntitlements // run commands without entitlements enforced
2325@ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .TEST , numDataNodes = 0 )
2426public class NodeRepurposeCommandIT extends ESIntegTestCase {
2527
You can’t perform that action at this time.
0 commit comments