Skip to content

Commit 1cb1f51

Browse files
Disable ILM history in x-pack rest tests (#52868)
The ILM history index can be delayed created from one test into the next, which can cause issues for tests using `_all`. Closes #52209
1 parent 85bb1a5 commit 1cb1f51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ testClusters.integTest {
146146
setting 'xpack.security.transport.ssl.verification_mode', 'certificate'
147147
setting 'xpack.security.audit.enabled', 'true'
148148
setting 'xpack.license.self_generated.type', 'trial'
149+
// disable ILM history, since it disturbs tests using _all
150+
setting 'indices.lifecycle.history_index_enabled', 'false'
149151
keystore 'bootstrap.password', 'x-pack-test-password'
150152
keystore 'xpack.security.transport.ssl.secure_key_passphrase', 'testnode'
151153

0 commit comments

Comments
 (0)