Skip to content
Snippets Groups Projects
Commit 1e3f31bb authored by Sincheol (David) Kim's avatar Sincheol (David) Kim
Browse files

Disable full_backtrace on CI

It's too verbose and not very helpful in common situations. It's more
practical to be turn on only when it is necessary to avoid very long
backtrace output.
parent e50df6b6
No related branches found
No related tags found
1 merge request!40701Disable rspec's full_backtrace on CI
......@@ -66,7 +66,7 @@
config.display_try_failure_messages = true
config.infer_spec_type_from_file_location!
config.full_backtrace = !!ENV['CI']
# config.full_backtrace = true
unless ENV['CI']
# Re-run failures locally with `--only-failures`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment