Disable ilm history in data streams rest qa module. (#61312)
Backport of #61291 to 7.x branch. Closes #61273
This commit is contained in:
parent
389f7779e7
commit
d4a8172f8e
|
@ -17,4 +17,6 @@ dependencies {
|
|||
testClusters.integTest {
|
||||
testDistribution = 'DEFAULT'
|
||||
setting 'xpack.license.self_generated.type', 'basic'
|
||||
// disable ILM history, since it disturbs tests using _all
|
||||
setting 'indices.lifecycle.history_index_enabled', 'false'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue