Skip to content

Commit

Permalink
try removing abort
Browse files Browse the repository at this point in the history
  • Loading branch information
stephsachrajda committed Oct 19, 2023
1 parent 4135e25 commit ae3a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/lib/minitest/queue/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def report_command
if supervisor.max_test_failed?
puts("Encountered #{supervisor.test_failed} failures")
puts('Encountered too many failed tests. Test run was ended early.')
abort!(msg)
# abort!(msg)
else
abort!(msg)
end
Expand Down

0 comments on commit ae3a4aa

Please sign in to comment.