Explorar o código

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

Closes #61273
Martijn van Groningen %!s(int64=5) %!d(string=hai) anos
pai
achega
f9fe7fb315
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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'
 }