Skip to content

Commit 9d6138b

Browse files
committed
[CI] Test Runner: Removes catching clear indices exception
1 parent 2217a52 commit 9d6138b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-spec-testing/test_file.rb

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

442442
def clear_indices(client)
443443
client.indices.delete(index: '*,-.ds-ilm-history-*', expand_wildcards: 'open,closed,hidden', ignore: 404)
444-
rescue Elasticsearch::Transport::Transport::Errors::BadRequest => e
445-
LOGGER.info "Exception trying to delete index #{e}"
446444
end
447445

448446
def wipe_searchable_snapshot_indices(client)

0 commit comments

Comments
 (0)