mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +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
|
||||
end
|
||||
|
||||
# These tests are being worked on. There is an ongoing discussion whether the
|
||||
# 'bomb' is helpful as it requires rebases of all active community PRs when
|
||||
# we hit it. Context: https://github.com/inspec/inspec/pull/5063
|
||||
# These tests are being worked on. These are github issues for them.
|
||||
# Related: https://github.com/inspec/inspec/pull/5063
|
||||
def skip_windows!
|
||||
skip_until 2021, 1, 1, "These have never passed" if windows?
|
||||
skip "These have never passed" if windows?
|
||||
end
|
||||
|
||||
def unmock(&blk)
|
||||
|
|
Loading…
Reference in a new issue