Skip to content

Commit 1f4c770

Browse files
committed
[API] Test Runner: Adds elastic-connectors and search-acl-filter to platinum templates
1 parent 15d0791 commit 1f4c770

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ module WipeCluster
4141
'synthetics', 'synthetics-settings', 'synthetics-mappings',
4242
'.snapshot-blob-cache', '.deprecation-indexing-template',
4343
'.deprecation-indexing-mappings', '.deprecation-indexing-settings',
44-
'security-index-template', 'data-streams-mappings', 'ecs@dynamic_templates'
44+
'security-index-template', 'data-streams-mappings', 'ecs@dynamic_templates',
45+
'search-acl-filter'
4546
].freeze
4647

4748
# Wipe Cluster, based on PHP's implementation of ESRestTestCase.java:wipeCluster()
@@ -256,7 +257,7 @@ def platinum_template?(template)
256257
platinum_prefixes = [
257258
'.monitoring', '.watch', '.triggered-watches', '.data-frame', '.ml-',
258259
'.transform', '.deprecation', 'data-streams-mappings', '.fleet',
259-
'behavioral_analytics-'
260+
'behavioral_analytics-', 'profiling', 'elastic-connectors'
260261
].freeze
261262
return true if template.start_with?(*platinum_prefixes)
262263

0 commit comments

Comments
 (0)