[ML][TEST] Clean up max_model_memory_limit cluster setting (#37101)

Removes the `xpack.ml.max_model_memory_limit` cluster setting
at the teardown of the `ml_info.yml` tests to ensure the setting
does not trip other tests.
This commit is contained in:
Dimitris Athanasiou 2019-01-03 15:15:31 +02:00 committed by GitHub
parent 33137907cf
commit b04b3173db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
teardown:
- do:
cluster.put_settings:
body:
persistent:
xpack.ml.max_model_memory_limit: null
---
"Test ml info":
- do: