Skip to content

Commit

Permalink
Removed incorrect ML YAML tests (#39400)
Browse files Browse the repository at this point in the history
A client cannot know that a job_id is already taken, so
this test should not have been specified as a client test
  • Loading branch information
delvedor authored and droberts195 committed Mar 5, 2019
1 parent 4615e72 commit 47bcf99
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,24 +236,6 @@
"time_format":"yyyy-MM-dd HH:mm:ssX"
}
}
- do:
catch: param
xpack.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":
Expand Down

0 comments on commit 47bcf99

Please sign in to comment.