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
This commit is contained in:
Henning Andersen 2020-02-27 17:19:58 +01:00 committed by Henning Andersen
parent 09d25ef818
commit 09fe4b42db
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ testClusters.integTest {
setting 'xpack.security.transport.ssl.verification_mode', 'certificate'
setting 'xpack.security.audit.enabled', 'true'
setting 'xpack.license.self_generated.type', 'trial'
// disable ILM history, since it disturbs tests using _all
setting 'indices.lifecycle.history_index_enabled', 'false'
keystore 'bootstrap.password', 'x-pack-test-password'
keystore 'xpack.security.transport.ssl.secure_key_passphrase', 'testnode'