File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1587,20 +1587,6 @@ def test_has_primary_key_coerced
1587
1587
end
1588
1588
end
1589
1589
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
-
1604
1590
class ReloadModelsTest < ActiveRecord ::TestCase
1605
1591
# Skip test on Windows. The number of arguements passed to `IO.popen` in
1606
1592
# `activesupport/lib/active_support/testing/isolation.rb` exceeds what Windows can handle.
You can’t perform that action at this time.
0 commit comments