Skip to content

Commit

Permalink
Disable ILM history in x-pack rest tests (#52868)
Browse files Browse the repository at this point in the history
The ILM history index can be delayed created from one test into the
next, which can cause issues for tests using `_all`.

Closes #52209
  • Loading branch information
henningandersen committed Feb 27, 2020
1 parent 85bb1a5 commit 1cb1f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,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'

Expand Down

0 comments on commit 1cb1f51

Please sign in to comment.