mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #5009 from james-stocks/js/windows_skip
Push Windows test skipping for 2 more months
This commit is contained in:
commit
5b0fdfec89
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class Minitest::Test
|
|||
end
|
||||
|
||||
def skip_windows!
|
||||
skip_until 2020, 5, 1, "These have never passed" if windows?
|
||||
skip_until 2020, 7, 1, "These have never passed" if windows?
|
||||
end
|
||||
|
||||
def unmock(&blk)
|
||||
|
|
Loading…
Reference in a new issue