Skip to content

Commit 5a4a42e

Browse files
authored
Fix aggregations module yaml tests when running in release mode (#90976)
The time_series agg is behind a feature flag.
1 parent a544b12 commit 5a4a42e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/aggregations/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.elasticsearch.gradle.Version
2+
13
/*
24
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
35
* or more contributor license agreements. Licensed under the Elastic License
@@ -42,6 +44,7 @@ artifacts {
4244

4345
testClusters.configureEach {
4446
module ':modules:lang-painless'
47+
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
4548
}
4649

4750
dependencies {

0 commit comments

Comments
 (0)