Skip to content

Commit

Permalink
Remove old commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Nov 7, 2023
1 parent f163e44 commit 0c1be58
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/cases/coerced_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2265,16 +2265,6 @@ def test_where_in_binds_logging_include_attribute_names_coerced
end
end

# TODO: Method `reset_column_information` does not exist. Comment out the test for the time being.
# class ActiveRecordSchemaTest < ActiveRecord::TestCase
# # Workaround for randomly failing test.
# coerce_tests! :test_has_primary_key
# def test_has_primary_key_coerced
# @schema_migration.reset_column_information
# original_test_has_primary_key
# end
# end

class ReloadModelsTest < ActiveRecord::TestCase
# Skip test on Windows. The number of arguments passed to `IO.popen` in
# `activesupport/lib/active_support/testing/isolation.rb` exceeds what Windows can handle.
Expand Down

0 comments on commit 0c1be58

Please sign in to comment.