8000
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 e37f99e commit d706d8bCopy full SHA for d706d8b
test/file_options_test.rb
@@ -58,6 +58,10 @@ def test_restore_times_true
58
zip.extract(ENTRY_2, EXTPATH_2)
59
end
60
61
+ # this test is disabled on Windows for now, waiting for #486.
62
+ # please remove this after merging #486.
63
+ return if Zip::RUNNING_ON_WINDOWS
64
+
65
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_1))
66
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_2))
67
0 commit comments