8000 REVERT ME: This disabled a test fixed by #486 · jspanjers/rubyzip@f2e4085 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2e4085

Browse files
committed
REVERT ME: This disabled a test fixed by rubyzip#486
1 parent 78ec14a commit f2e4085

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/file_options_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ def test_restore_times_true
5858
zip.extract(ENTRY_2, EXTPATH_2)
5959
end
6060

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+
6165
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_1))
6266
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_2))
6367
end

0 commit comments

Comments
 (0)
0