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:
Tomas Della Vedova 2019-03-05 18:12:24 +01:00 committed by David Roberts
parent 9d0211485c
commit fad52acf5a
1 changed files with 0 additions and 18 deletions

View File

@ -236,24 +236,6 @@
"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":