Skip to content

Commit 26abfcd

Browse files
committed
Disable SLM history in docs tests
1 parent 5255bfb commit 26abfcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)