Merge pull request #4819 from inspec/cw/set-test-skip-bomb-into-q1-2020

Set test skip bomb date to end of 2020Q1
This commit is contained in:
Miah Johnson 2019-12-31 14:19:41 -08:00 committed by GitHub
commit 819af52632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ class Minitest::Test
end
def skip_windows!
skip_until 2019, 12, 31, "These have never passed" if windows?
skip_until 2020, 3, 31, "These have never passed" if windows?
end
def unmock(&blk)