Skip to content

Commit

Permalink
Update specs since Sequel changed its default pool type
Browse files Browse the repository at this point in the history
It would slow Oracle's specs I think but nobody actually runs them
  • Loading branch information
flash-gordon committed Dec 25, 2024
1 parent 1ecd6f1 commit 9ff57d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/shared/database_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@

after do
conn.disconnect
# Prevent the auto-reconnect when the test completed
# This will save from hardly reproducible connection run outs
conn.pool.available_connections.freeze
end

after do
Expand Down

0 comments on commit 9ff57d6

Please sign in to comment.