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 3f83fe5 commit 5e68e29Copy full SHA for 5e68e29
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