Skip to content

Commit

Permalink
Skip columns sorting test for Active Record 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Jan 11, 2025
1 parent 055317a commit e912958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/alphabetize_schema_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def teardown
end

def test_default
# Columns are sorted in rails 8.1 (https://github.com/rails/rails/pull/53281).
skip if ar_version >= 8.1

schema = dump_schema

expected_columns = <<-RUBY
Expand Down

0 comments on commit e912958

Please sign in to comment.