We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c627f12 commit 652ac81Copy full SHA for 652ac81
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/post_data.yml
@@ -110,7 +110,12 @@ setup:
110
111
---
112
"Test flush and close job WITHOUT sending any data":
113
+ - skip:
114
+ features:
115
+ - "warnings"
116
- do:
117
+ warnings:
118
+ - 'Forcing any buffered data to be processed is deprecated, in a future major version it will be compulsory to use a datafeed'
119
ml.flush_job:
120
job_id: post-data-job
121
- match: { flushed: true }
0 commit comments