Skip to content

Commit 4d5503b

Browse files
authored
Removing ESClientYamlSuiteTestCase::getGlobalTemplateSettings (#115941) (#119245)
1 parent adf66be commit 4d5503b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/yaml-rest-runner/src/main/java/org/elasticsearch/test/rest/yaml/ESClientYamlSuiteTestCase.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.elasticsearch.client.RestClientBuilder;
2424
import org.elasticsearch.client.sniff.ElasticsearchNodesSniffer;
2525
import org.elasticsearch.common.Strings;
26-
import org.elasticsearch.common.settings.Settings;
2726
import org.elasticsearch.common.xcontent.support.XContentMapValues;
2827
import org.elasticsearch.core.IOUtils;
2928
import org.elasticsearch.core.UpdateForV9;
@@ -517,17 +516,6 @@ public void test() throws IOException {
517516
}
518517
}
519518

520-
@Deprecated
521-
protected Settings getGlobalTemplateSettings(List<String> features) {
522-
// This method will be deleted once its uses in serverless are deleted
523-
return Settings.EMPTY;
524-
}
525-
526-
protected Settings getGlobalTemplateSettings(boolean defaultShardsFeature) {
527-
// This method will be deleted once its uses in serverless are deleted
528-
return Settings.EMPTY;
529-
}
530-
531519
protected boolean skipSetupSections() {
532520
return false;
533521
}

0 commit comments

Comments
 (0)