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:
Nick Schwaderer 2020-08-03 10:57:29 +01:00
parent 024a838a07
commit 71e141e10a

View file

@ -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)