Skip to content

Commit 14969c6

Browse files
authored
Update test/cases/coerced_tests.rb
1 parent a14eec4 commit 14969c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ class SchemaCacheTest < ActiveRecord::TestCase
15241524

15251525
# Skipping because test fails on Windows AppVeyor CI with 'Permission denied' error when renaming file during `File.atomic_write` call.
15261526
unless RbConfig::CONFIG["host_os"] =~ /mswin|mingw/
1527-
coerce_tests! :test_yaml_dump_and_load_with_gzip, :test_yaml_dump_and_load_with_gzip
1527+
coerce_tests! :test_yaml_dump_and_load, :test_yaml_dump_and_load_with_gzip
15281528

15291529
def test_marshal_dump_and_load_with_gzip_coerced
15301530
with_marshable_time_defaults { original_test_marshal_dump_and_load_with_gzip }

0 commit comments

Comments
 (0)