Skip to content

Commit d783818

Browse files
do not wipe component templates
1 parent 8ec8bac commit d783818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elasticsearch/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def wipe_cluster(client):
137137
else:
138138
client.indices.delete_template(name="*")
139139
client.indices.delete_index_template(name="*")
140-
client.cluster.delete_component_template(name="*")
140+
# client.cluster.delete_component_template(name="*")
141141

142142
wipe_cluster_settings(client)
143143

0 commit comments

Comments
 (0)