Skip to content

Commit c4cf20f

Browse files
aidanharanAidan Haran
and
Aidan Haran
authored
Removed tests that no longer need to be coerced (#899)
Co-authored-by: Aidan Haran <aharan@fusioneer.com>
1 parent fe4ebf5 commit c4cf20f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/cases/coerced_tests.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,20 +1587,6 @@ def test_has_primary_key_coerced
15871587
end
15881588
end
15891589

1590-
module ActiveRecord
1591-
module ConnectionAdapters
1592-
class ReaperTest < ActiveRecord::TestCase
1593-
# Coerce can be removed if Rails version > 6.0.3
1594-
coerce_tests! :test_connection_pool_starts_reaper_in_fork unless Process.respond_to?(:fork)
1595-
end
1596-
end
1597-
end
1598-
1599-
class FixturesTest < ActiveRecord::TestCase
1600-
# Skip test on Windows. Skip can be removed when Rails PR https://github.com/rails/rails/pull/39234 has been merged.
1601-
coerce_tests! :test_binary_in_fixtures if RbConfig::CONFIG["host_os"] =~ /mswin|mingw/
1602-
end
1603-
16041590
class ReloadModelsTest < ActiveRecord::TestCase
16051591
# Skip test on Windows. The number of arguements passed to `IO.popen` in
16061592
# `activesupport/lib/active_support/testing/isolation.rb` exceeds what Windows can handle.

0 commit comments

Comments
 (0)