File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,9 @@ testClusters.matching { it.name == "yamlRestTest"}.configureEach {
130130 setting ' xpack.security.enabled' , ' true'
131131 setting ' xpack.security.authc.api_key.enabled' , ' true'
132132 setting ' xpack.security.authc.token.enabled' , ' true'
133- // disable the ILM history for doc tests to avoid potential lingering tasks that'd cause test flakiness
133+ // disable the ILM and SLM history for doc tests to avoid potential lingering tasks that'd cause test flakiness
134134 setting ' indices.lifecycle.history_index_enabled' , ' false'
135+ setting ' slm.history_index_enabled' , ' false'
135136 setting ' xpack.license.self_generated.type' , ' trial'
136137 setting ' xpack.security.authc.realms.file.file.order' , ' 0'
137138 setting ' xpack.security.authc.realms.native.native.order' , ' 1'
You can’t perform that action at this time.
0 commit comments