소스 검색

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