Skip to content

Commit

Permalink
Removing ESClientYamlSuiteTestCase::getGlobalTemplateSettings (#115941)…
Browse files Browse the repository at this point in the history
… (#119245)
  • Loading branch information
masseyke authored Dec 23, 2024
1 parent adf66be commit 4d5503b
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 4d5503b

Please sign in to comment.