[TEST] Roce ML post data test to use just JSON
This is temporary will we investigate why the test fails when SMILE is used Original commit: elastic/x-pack-elasticsearch@55c7983a21
This commit is contained in:
parent
f816a5708c
commit
60a3fbff85
|
@ -38,8 +38,13 @@ setup:
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test POST data job api, flush, close and verify DataCounts doc":
|
"Test POST data job api, flush, close and verify DataCounts doc":
|
||||||
|
- skip:
|
||||||
|
features: ["headers"]
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
|
#set the header so we won't randomize it
|
||||||
|
headers:
|
||||||
|
Content-Type: application/json
|
||||||
xpack.ml.post_data:
|
xpack.ml.post_data:
|
||||||
job_id: farequote
|
job_id: farequote
|
||||||
body:
|
body:
|
||||||
|
|
Loading…
Reference in New Issue