mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Merge pull request #5176 from inspec/ns/move-bomb-ahead
Move windows bomb forward pre-emptively
This commit is contained in:
commit
59404c0ebb
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