Skip to content

Commit

Permalink
Test: Include ML ILM policy in EsRestTest (#54773)
Browse files Browse the repository at this point in the history
This should avoid REST failures caused by the inability to delete said
policy
Fix #54759
  • Loading branch information
costin authored Apr 5, 2020
1 parent 48b314a commit 3ba5e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ protected boolean preserveILMPoliciesUponCompletion() {
* A set of ILM policies that should be preserved between runs.
*/
protected Set<String> preserveILMPolicyIds() {
return Sets.newHashSet("ilm-history-ilm-policy", "slm-history-ilm-policy", "watch-history-ilm-policy");
return Sets.newHashSet("ilm-history-ilm-policy", "slm-history-ilm-policy", "watch-history-ilm-policy", "ml-size-based-ilm-policy");
}

/**
Expand Down

0 comments on commit 3ba5e02

Please sign in to comment.