mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +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
|
end
|
||||||
|
|
||||||
def skip_windows!
|
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
|
end
|
||||||
|
|
||||||
def unmock(&blk)
|
def unmock(&blk)
|
||||||
|
|
Loading…
Add table
Reference in a new issue