Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 13, 2023
1 parent 2e49fb4 commit 3b0e1c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_arhp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ def test_no_switch_when_dropping_db
end

def test_underlying_assumption_about_test_db
# I am not sure how reconnection works with Trilogy
skip if ActiveRecordHostPool.loaded_db_adapter == :trilogy && ActiveRecord.version >= Gem::Version.new("7.1")

debug_me = false
# ensure connection
Pool1DbA.first
Expand Down

0 comments on commit 3b0e1c6

Please sign in to comment.