[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:
parent
33137907cf
commit
b04b3173db
|
@ -1,3 +1,11 @@
|
|||
teardown:
|
||||
|
||||
- do:
|
||||
cluster.put_settings:
|
||||
body:
|
||||
persistent:
|
||||
xpack.ml.max_model_memory_limit: null
|
||||
|
||||
---
|
||||
"Test ml info":
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue