Skip to content

Commit c4d0ea0

Browse files
committed
Remove deprecated Concurrent.disable_at_exit_handlers! from acceptance test helper.rb since it now has no effect, see ruby-concurrency/concurrent-ruby#841
1 parent 890e56a commit c4d0ea0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

google-cloud-spanner/acceptance/spanner_helper.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ def SecureRandom.int64
3131
random_bytes(8).unpack("q")[0]
3232
end
3333

34-
# Disable exit handlers because it messes with minitest/autorun
35-
Concurrent.disable_at_exit_handlers!
36-
3734
# Create shared spanner object so we don't create new for each test
3835
$spanner = Google::Cloud::Spanner.new
3936

0 commit comments

Comments
 (0)