We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfc055d + 436fc42 commit 11b8cddCopy full SHA for 11b8cdd
test/cases/coerced_tests.rb
@@ -1627,3 +1627,12 @@ class FixturesTest < ActiveRecord::TestCase
1627
# Skip test on Windows. Skip can be removed when Rails PR https://github.com/rails/rails/pull/39234 has been merged.
1628
coerce_tests! :test_binary_in_fixtures if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
1629
end
1630
+
1631
1632
1633
1634
+class ReloadModelsTest < ActiveRecord::TestCase
1635
+ # Skip test on Windows. The number of arguements passed to `IO.popen` in
1636
+ # `activesupport/lib/active_support/testing/isolation.rb` exceeds what Windows can handle.
1637
+ coerce_tests! :test_has_one_with_reload if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
1638
+end
0 commit comments