mirror of
https://github.com/inspec/inspec
synced 2025-02-14 21:18:32 +00:00
Merge pull request #4441 from inspec/windows/again
Extended skip_windows to the end of September.
This commit is contained in:
commit
31581af6fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue