Skip to content

Commit b04b317

Browse files
[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.
1 parent 3313790 commit b04b317

File tree

1 file changed

+8
-0
lines changed
  • x-pack/plugin/src/test/resources/rest-api-spec/test/ml

1 file changed

+8
-0
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/ml/ml_info.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
teardown:
2+
3+
- do:
4+
cluster.put_settings:
5+
body:
6+
persistent:
7+
xpack.ml.max_model_memory_limit: null
8+
19
---
210
"Test ml info":
311
- do:

0 commit comments

Comments
 (0)