Merge pull request #4649 from inspec/zenspider/windows-bump

bumped the windows tests again
This commit is contained in:
Ryan Davis 2019-10-30 02:38:23 -07:00 committed by GitHub
commit 21c89f357b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ class Minitest::Test
end
def skip_windows!
skip_until 2019, 10, 30, "These have never passed" if windows?
skip_until 2019, 12, 4, "These have never passed" if windows?
end
end