Parcourir la source

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

Closes #61273
Martijn van Groningen il y a 5 ans
Parent
commit
f9fe7fb315
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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'
 }