mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merge pull request #4819 from inspec/cw/set-test-skip-bomb-into-q1-2020
Set test skip bomb date to end of 2020Q1
This commit is contained in:
commit
819af52632
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class Minitest::Test
|
|||
end
|
||||
|
||||
def skip_windows!
|
||||
skip_until 2019, 12, 31, "These have never passed" if windows?
|
||||
skip_until 2020, 3, 31, "These have never passed" if windows?
|
||||
end
|
||||
|
||||
def unmock(&blk)
|
||||
|
|
Loading…
Reference in a new issue