Skip to content

Commit c6ae041

Browse files
committed
Add comment
1 parent c7a59e9 commit c6ae041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/data-streams/src/yamlRestTest/java/org/elasticsearch/datastreams/DataStreamsClientYamlTestSuiteIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private static ElasticsearchCluster createCluster() {
5858
if (setNodes) {
5959
clusterBuilder.nodes(2);
6060
}
61+
// We need to disable ILM history based on a setting, to avoid errors in Serverless where the setting is not available.
6162
boolean disableILMHistory = Booleans.parseBoolean(System.getProperty("yaml.rest.tests.disable_ilm_history", "true"));
6263
if (disableILMHistory) {
6364
// disable ILM history, since it disturbs tests

0 commit comments

Comments
 (0)