Merge pull request #5176 from inspec/ns/move-bomb-ahead

Move windows bomb forward pre-emptively
This commit is contained in:
Nick Schwaderer 2020-08-04 08:53:21 +01:00 committed by GitHub
commit 59404c0ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)