Skip to content

Commit

Permalink
Remove deprecated Concurrent.disable_at_exit_handlers! from acceptanc…
Browse files Browse the repository at this point in the history
…e test helper.rb since it now has no effect, see ruby-concurrency/concurrent-ruby#841
  • Loading branch information
quartzmo committed Apr 22, 2020
1 parent 890e56a commit c4d0ea0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions google-cloud-spanner/acceptance/spanner_helper.rb
Expand Up @@ -31,9 +31,6 @@ def SecureRandom.int64
random_bytes(8).unpack("q")[0]
end

# Disable exit handlers because it messes with minitest/autorun
Concurrent.disable_at_exit_handlers!

# Create shared spanner object so we don't create new for each test
$spanner = Google::Cloud::Spanner.new

Expand Down

0 comments on commit c4d0ea0

Please sign in to comment.