Removed incorrect ML YAML tests (#39400)
A client cannot know that a job_id is already taken, so this test should not have been specified as a client test
This commit is contained in:
parent
9d0211485c
commit
fad52acf5a
|
@ -236,24 +236,6 @@
|
||||||
"time_format":"yyyy-MM-dd HH:mm:ssX"
|
"time_format":"yyyy-MM-dd HH:mm:ssX"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
- do:
|
|
||||||
catch: param
|
|
||||||
ml.put_job:
|
|
||||||
job_id: jobs-crud-id-already-taken
|
|
||||||
body: >
|
|
||||||
{
|
|
||||||
"job_id":"jobs-crud-id-already-taken",
|
|
||||||
"description":"Analysis of response time by airline",
|
|
||||||
"analysis_config" : {
|
|
||||||
"bucket_span": "1h",
|
|
||||||
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
|
|
||||||
},
|
|
||||||
"data_description" : {
|
|
||||||
"field_delimiter":",",
|
|
||||||
"time_field":"time",
|
|
||||||
"time_format":"yyyy-MM-dd HH:mm:ssX"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test update job":
|
"Test update job":
|
||||||
|
|
Loading…
Reference in New Issue