mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +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
|
end
|
||||||
|
|
||||||
def skip_windows!
|
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
|
end
|
||||||
|
|
||||||
def unmock(&blk)
|
def unmock(&blk)
|
||||||
|
|
Loading…
Add table
Reference in a new issue