Skip to content

Commit ae186a6

Browse files
authored
Tests: Disable ilm history index for doc tests (#64495) (#64575)
(cherry picked from commit d9905e6) Signed-off-by: Andrei Dan <[email protected]>
1 parent 8c25130 commit ae186a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/docs/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ testClusters.integTest {
3737
// Disable monitoring exporters for the docs tests
3838
setting 'xpack.monitoring.exporters._local.type', 'local'
3939
setting 'xpack.monitoring.exporters._local.enabled', 'false'
40+
// disable the ILM history for doc tests to avoid potential lingering tasks that'd cause test flakiness
41+
setting 'indices.lifecycle.history_index_enabled', 'false'
4042
setting 'xpack.license.self_generated.type', 'trial'
4143
setting 'xpack.security.authc.realms.file.file.order', '0'
4244
setting 'xpack.security.authc.realms.native.native.order', '1'

0 commit comments

Comments
 (0)