Skip to content

Commit a544b12

Browse files
committed
Fix runtime field build
The runtime field build now relies on the painless execute API transitively by virtue of using the aggs yaml tests. This pulls them in.
1 parent fc140db commit a544b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/runtime-fields/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subprojects {
3131
restResources {
3232
restApi {
3333
include '_common', 'bulk', 'count', 'cluster', 'index', 'indices', 'field_caps', 'msearch',
34-
'search', 'async_search', 'graph', '*_point_in_time'
34+
'search', 'async_search', 'graph', '*_point_in_time', 'scripts_painless_execute'
3535
}
3636
restTests {
3737
includeCore '*'

0 commit comments

Comments
 (0)