Skip to content

Commit

Permalink
Disable concurrent at exit handlers
Browse files Browse the repository at this point in the history
Concurrent: [DEPRECATED] Method #disable_at_exit_handlers! has no effect
since it is no longer needed,
see ruby-concurrency/concurrent-ruby#841
  • Loading branch information
adamruzicka committed Jan 30, 2024
1 parent 5e52523 commit bbb411e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_helper.rb
Expand Up @@ -20,8 +20,6 @@
require 'support/dummy_example'
require 'support/test_execution_log'

Concurrent.disable_at_exit_handlers!

# To be able to stop a process in some step and perform assertions while paused
class TestPause

Expand Down

0 comments on commit bbb411e

Please sign in to comment.