Merge pull request #4759 from inspec/zenspider/windows-again-and-again

Bump windows deadline AGAIN.
This commit is contained in:
Ryan Davis 2019-12-03 18:43:31 -08:00 committed by GitHub
commit c5e38d81c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ class Minitest::Test
end
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
def unmock(&blk)