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
15871587 end
15881588end
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-
16041590class 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.
You can’t perform that action at this time.
0 commit comments