Skip to content

Commit

Permalink
Enable data stream lifecycle feature flag in x-pack plugin tests (980…
Browse files Browse the repository at this point in the history
…50) (elastic#98133)

Added missing feature flag. The reason this used work was that we would
not take into account the value of the feature flag in the usage
response. This changed in
elastic#97442 &
elastic#97425.

Fixes: elastic#98050
  • Loading branch information
gmarouli authored Aug 2, 2023
1 parent 5ed31c3 commit 42840e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ testClusters.configureEach {

requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
requiresFeature 'es.inference_rescorer_feature_flag_enabled', Version.fromString("8.10.0")
requiresFeature 'es.dlm_feature_flag_enabled', Version.fromString("8.9.0")
}

tasks.register('enforceApiSpecsConvention').configure {
Expand Down

0 comments on commit 42840e0

Please sign in to comment.