Skip to content

Commit 64f0612

Browse files
authored
Remove old commented out test (#1130)
1 parent 9b86c74 commit 64f0612

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/cases/coerced_tests.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,16 +2265,6 @@ def test_where_in_binds_logging_include_attribute_names_coerced
22652265
end
22662266
end
22672267

2268-
# TODO: Method `reset_column_information` does not exist. Comment out the test for the time being.
2269-
# class ActiveRecordSchemaTest < ActiveRecord::TestCase
2270-
# # Workaround for randomly failing test.
2271-
# coerce_tests! :test_has_primary_key
2272-
# def test_has_primary_key_coerced
2273-
# @schema_migration.reset_column_information
2274-
# original_test_has_primary_key
2275-
# end
2276-
# end
2277-
22782268
class ReloadModelsTest < ActiveRecord::TestCase
22792269
# Skip test on Windows. The number of arguments passed to `IO.popen` in
22802270
# `activesupport/lib/active_support/testing/isolation.rb` exceeds what Windows can handle.

0 commit comments

Comments
 (0)