Merge pull request #5009 from james-stocks/js/windows_skip

Push Windows test skipping for 2 more months
This commit is contained in:
James Stocks 2020-05-04 15:24:23 +01:00 committed by GitHub
commit 5b0fdfec89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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