bumped the windows tests again

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-10-30 01:47:16 -07:00
parent d241dcab23
commit 83a6bd84dd

View file

@ -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