mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Remove hardcoded test failure date for skipped windows tests
This commit is contained in:
commit
e5b00760c2
1 changed files with 3 additions and 4 deletions
|
@ -147,11 +147,10 @@ class Minitest::Test
|
||||||
skip msg
|
skip msg
|
||||||
end
|
end
|
||||||
|
|
||||||
# These tests are being worked on. There is an ongoing discussion whether the
|
# These tests are being worked on. These are github issues for them.
|
||||||
# 'bomb' is helpful as it requires rebases of all active community PRs when
|
# Related: https://github.com/inspec/inspec/pull/5063
|
||||||
# we hit it. Context: https://github.com/inspec/inspec/pull/5063
|
|
||||||
def skip_windows!
|
def skip_windows!
|
||||||
skip_until 2021, 1, 1, "These have never passed" if windows?
|
skip "These have never passed" if windows?
|
||||||
end
|
end
|
||||||
|
|
||||||
def unmock(&blk)
|
def unmock(&blk)
|
||||||
|
|
Loading…
Reference in a new issue