Remove windows test skip timebomb

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2020-12-21 15:17:24 -05:00
parent 3ec394c548
commit 3b29eb69ab

View file

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