Skip to content

Commit

Permalink
Raise exception in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Oct 16, 2024
1 parent c6709b9 commit eaadd15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elasticsearch-api/spec/rest_api/rest_api_yaml_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ def skip_test?(test)
# ./run_task_groups.rb
run_rspec_matchers_on_task_group(task_group, test)
end
rescue StandardError => e
LOGGER.error e
raise e
end
end
end
Expand Down

0 comments on commit eaadd15

Please sign in to comment.