mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump windows deadline AGAIN.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
bc3d6e634b
commit
2fdd68c805
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue