Skip to content

Commit d593347

Browse files
committed
[CI] Test Runner: Adds .kibana-reporting to PLATINUM_TEMPLATES
1 parent 7d56748 commit d593347

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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', 'search-acl-filter'
44+
'security-index-template', 'data-streams-mappings', 'search-acl-filter',
45+
'.kibana-reporting'
4546
].freeze
4647

4748
# Wipe Cluster, based on PHP's implementation of ESRestTestCase.java:wipeCluster()

0 commit comments

Comments
 (0)