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.
1 parent a14eec4 commit 14969c6Copy full SHA for 14969c6
test/cases/coerced_tests.rb
@@ -1524,7 +1524,7 @@ class SchemaCacheTest < ActiveRecord::TestCase
1524
1525
# Skipping because test fails on Windows AppVeyor CI with 'Permission denied' error when renaming file during `File.atomic_write` call.
1526
unless RbConfig::CONFIG["host_os"] =~ /mswin|mingw/
1527
- coerce_tests! :test_yaml_dump_and_load_with_gzip, :test_yaml_dump_and_load_with_gzip
+ coerce_tests! :test_yaml_dump_and_load, :test_yaml_dump_and_load_with_gzip
1528
1529
def test_marshal_dump_and_load_with_gzip_coerced
1530
with_marshable_time_defaults { original_test_marshal_dump_and_load_with_gzip }
0 commit comments