mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
bumped the windows tests again
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
d241dcab23
commit
83a6bd84dd
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