Skip to content

Commit e633322

Browse files
committed
[CI] Test Runner: Removes catching clear indices exception
1 parent 9fe5300 commit e633322

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ def clear_ml_filters(client)
303303

304304
def clear_indices(client)
305305
client.indices.delete(index: '*,-.ds-ilm-history-*', expand_wildcards: 'open,closed,hidden', ignore: 404)
306-
rescue Elasticsearch::Transport::Transport::Errors::BadRequest => e
307-
Elasticsearch::RestAPIYAMLTests::Logging.logger.info "Exception trying to delete index #{e}"
308306
end
309307

310308
def wipe_searchable_snapshot_indices(client)

0 commit comments

Comments
 (0)