Skip to content

Commit 0039233

Browse files
committed
[API] Test Runner: Updates template in wipe cluster
1 parent d30640e commit 0039233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/api-spec-testing/wipe_cluster.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def platinum_template?(template)
258258
platinum_prefixes = [
259259
'.monitoring', '.watch', '.triggered-watches', '.data-frame', '.ml-',
260260
'.transform', '.deprecation', 'data-streams-mappings', '.fleet',
261-
'behavioral_analytics-', 'profiling', 'elastic-connectors'
261+
'behavioral_analytics-', 'profiling', 'elastic-connectors', 'ilm-history', '.slm-history'
262262
].freeze
263263
return true if template.start_with?(*platinum_prefixes)
264264

0 commit comments

Comments
 (0)