Skip to content

Commit

Permalink
REVERT ME: This disables a test fixed by #486
Browse files Browse the repository at this point in the history
  • Loading branch information
jspanjers authored and hainesr committed Jun 6, 2021
1 parent 8a24bff commit 6ac2cb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/file_options_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def test_restore_times_true
zip.extract(ENTRY_2, EXTPATH_2)
end

# this test is disabled on Windows for now, waiting for #486.
# please remove this after merging #486.
skip if Zip::RUNNING_ON_WINDOWS

assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_1))
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_2))
end
Expand Down

0 comments on commit 6ac2cb2

Please sign in to comment.