浏览代码

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

Closes #61273
Martijn van Groningen 5 年之前
父节点
当前提交
f9fe7fb315
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      x-pack/plugin/data-streams/qa/rest/build.gradle

+ 2 - 0
x-pack/plugin/data-streams/qa/rest/build.gradle

@@ -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'
 }