Skip to content

Commit

Permalink
Removing ESClientYamlSuiteTestCase::getGlobalTemplateSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Oct 30, 2024
1 parent c6f7827 commit ef6e669
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.elasticsearch.client.RestClientBuilder;
import org.elasticsearch.client.sniff.ElasticsearchNodesSniffer;
import org.elasticsearch.common.Strings;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.elasticsearch.core.IOUtils;
import org.elasticsearch.core.UpdateForV9;
Expand Down Expand Up @@ -517,17 +516,6 @@ public void test() throws IOException {
}
}

@Deprecated
protected Settings getGlobalTemplateSettings(List<String> features) {
// This method will be deleted once its uses in serverless are deleted
return Settings.EMPTY;
}

protected Settings getGlobalTemplateSettings(boolean defaultShardsFeature) {
// This method will be deleted once its uses in serverless are deleted
return Settings.EMPTY;
}

protected boolean skipSetupSections() {
return false;
}
Expand Down

0 comments on commit ef6e669

Please sign in to comment.