Skip to content

Commit

Permalink
Re-enable test serial with trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyrocha committed Aug 10, 2024
1 parent 0d26ce5 commit 7c74a10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/db/postgresql/table_name_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ class SerialWithTrigger < ActiveRecord::Base
end

def test_serial_with_trigger
pend "Issue happens in active record 7.1 internals, issue wass logged in rails repo"
# issue link: https://github.com/rails/rails/issues/52485

sn = SerialWithTrigger.create!(value: 1_234_567_890.to_s)

assert sn.reload
Expand Down

0 comments on commit 7c74a10

Please sign in to comment.