Disable ilm history in data streams rest qa module. (#61312)

Backport of #61291 to 7.x branch.

Closes #61273
This commit is contained in:
Martijn van Groningen 2020-08-19 10:34:26 +02:00 committed by GitHub
parent 389f7779e7
commit d4a8172f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,4 +17,6 @@ dependencies {
testClusters.integTest { testClusters.integTest {
testDistribution = 'DEFAULT' testDistribution = 'DEFAULT'
setting 'xpack.license.self_generated.type', 'basic' setting 'xpack.license.self_generated.type', 'basic'
// disable ILM history, since it disturbs tests using _all
setting 'indices.lifecycle.history_index_enabled', 'false'
} }