Skip to content

Commit 3ba5e02

Browse files
authored
Test: Include ML ILM policy in EsRestTest (#54773)
This should avoid REST failures caused by the inability to delete said policy Fix #54759
1 parent 48b314a commit 3ba5e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ protected boolean preserveILMPoliciesUponCompletion() {
461461
* A set of ILM policies that should be preserved between runs.
462462
*/
463463
protected Set<String> preserveILMPolicyIds() {
464-
return Sets.newHashSet("ilm-history-ilm-policy", "slm-history-ilm-policy", "watch-history-ilm-policy");
464+
return Sets.newHashSet("ilm-history-ilm-policy", "slm-history-ilm-policy", "watch-history-ilm-policy", "ml-size-based-ilm-policy");
465465
}
466466

467467
/**

0 commit comments

Comments
 (0)