mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Remove windows test skip timebomb
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
3ec394c548
commit
3b29eb69ab
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