Skip to content

Commit 1ea67d2

Browse files
committed
Add API test dependency
Runtime fields needs to see the point in time api for its tests.
1 parent 2356d7d commit 1ea67d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'elasticsearch.yaml-rest-test'
22

33
restResources {
44
restApi {
5-
includeXpack 'async_search', 'graph'
5+
includeXpack 'async_search', 'graph', '*_point_in_time'
66
}
77
restTests {
88
includeCore '*'

0 commit comments

Comments
 (0)