Skip to content

Ensure ExecutionResult timing is always populated

gitlab-qa-bot requested to merge abort-with-profile into master

Created by: soulcutter

In the case where RSpec does not handle an error (e.g. SystemExit), we still need to capture the example timing data in order not to break profiling information that may get generated via --profile using those values.

Merge request reports