2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-02-15 05:28:28 +00:00

Merge pull request from inspec/windows/again

Extended skip_windows to the end of September.
This commit is contained in:
Ryan Davis 2019-09-03 13:24:38 -07:00 committed by GitHub
commit 31581af6fb
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, 8, 30, "These have never passed" if windows?
skip_until 2019, 9, 30, "These have never passed" if windows?
end
end