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 9aff0d5 commit e2abf3fCopy full SHA for e2abf3f
qa/vagrant/src/main/java/org/elasticsearch/packaging/test/ArchiveTestCase.java
@@ -301,7 +301,7 @@ public void test90SecurityCliPackaging() {
301
}
302
303
304
- public void test100RepairIndexCliPackaging() {
+ public void test100ElasticsearchShardCliPackaging() {
305
assumeThat(installation, is(notNullValue()));
306
307
final Installation.Executables bin = installation.executables();
@@ -318,7 +318,7 @@ public void test100RepairIndexCliPackaging() {
318
319
320
321
- public void test110RepairIndexCliPackaging() {
+ public void test110ElasticsearchNodeCliPackaging() {
322
323
324
0 commit comments