mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #4649 from inspec/zenspider/windows-bump
bumped the windows tests again
This commit is contained in:
commit
21c89f357b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class Minitest::Test
|
||||||
end
|
end
|
||||||
|
|
||||||
def skip_windows!
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue