Bump windows deadline AGAIN.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-12-03 18:41:48 -08:00
parent bc3d6e634b
commit 2fdd68c805

View file

@ -154,7 +154,7 @@ class Minitest::Test
end end
def skip_windows! def skip_windows!
skip_until 2019, 12, 4, "These have never passed" if windows? skip_until 2019, 12, 31, "These have never passed" if windows?
end end
def unmock(&blk) def unmock(&blk)