From 85f98cfe3d637b0a8477b9bb517962c38c21d791 Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Fri, 26 Jan 2024 15:11:49 +0100 Subject: [PATCH] Disable concurrent at exit handlers Concurrent: [DEPRECATED] Method #disable_at_exit_handlers! has no effect since it is no longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841 --- test/test_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 5cd8e599..8b1fbbe0 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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 def self.setup