Skip to content
Snippets Groups Projects
Commit 58e120c4 authored by apolcyn's avatar apolcyn Committed by GitHub
Browse files

Merge pull request #8916 from apolcyn/turn_on_thread_fails_on_ruby_unit_tests

turn on Thread.abort_on_exception in ruby unit tests by default
parents 82870cad d2537c1a
No related branches found
No related tags found
No related merge requests found
...@@ -67,3 +67,5 @@ RSpec.configure do |config| ...@@ -67,3 +67,5 @@ RSpec.configure do |config|
end end
RSpec::Expectations.configuration.warn_about_potential_false_positives = false RSpec::Expectations.configuration.warn_about_potential_false_positives = false
Thread.abort_on_exception = true
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