Skip to content

Commit

Permalink
Add API test dependency
Browse files Browse the repository at this point in the history
Runtime fields needs to see the point in time api for its tests.
  • Loading branch information
nik9000 committed Sep 1, 2020
1 parent 2356d7d commit 1ea67d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/runtime-fields/qa/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'elasticsearch.yaml-rest-test'

restResources {
restApi {
includeXpack 'async_search', 'graph'
includeXpack 'async_search', 'graph', '*_point_in_time'
}
restTests {
includeCore '*'
Expand Down

0 comments on commit 1ea67d2

Please sign in to comment.