mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Move windows bomb forward pre-emptively
These tests are being worked on, and there has been internal discussion about the value of this bomb. I am not taking a stance on that at this point. However, when we do hit a bomb that requires all repo PRs ( including community ) to do a rebase after we do a fixing PR. To prevent this while our team resource is somewhat limited I am going to pre-emptively push this out. Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
This commit is contained in:
parent
024a838a07
commit
71e141e10a
1 changed files with 4 additions and 1 deletions
|
@ -147,8 +147,11 @@ 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
|
||||
def skip_windows!
|
||||
skip_until 2020, 9, 1, "These have never passed" if windows?
|
||||
skip_until 2021, 1, 1, "These have never passed" if windows?
|
||||
end
|
||||
|
||||
def unmock(&blk)
|
||||
|
|
Loading…
Reference in a new issue