[TEST] Add more exclusions to ML security tests

Original commit: elastic/x-pack-elasticsearch@af9acc61ee
This commit is contained in:
David Roberts 2017-06-05 11:35:48 +01:00
parent c4845bc095
commit b55d301a22
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ integTestRunner {
'ml/filter_crud/Test non-existing filter',
'ml/get_datafeed_stats/Test get datafeed stats given missing datafeed_id',
'ml/get_datafeeds/Test get datafeed given missing datafeed_id',
'ml/jobs_crud/Test cannot create job with existing categorizer state document',
'ml/jobs_crud/Test cannot create job with existing quantiles document',
'ml/jobs_crud/Test cannot create job with existing result document',
'ml/jobs_crud/Test get job API with non existing job id',
'ml/jobs_crud/Test put job with inconsistent body/param ids',
'ml/jobs_get/Test get job given missing job_id',