Skip to content

Commit

Permalink
Lets discuss this next week when we're all around =)
Browse files Browse the repository at this point in the history
Signed-off-by: Miah Johnson <miah@chia-pet.org>
  • Loading branch information
miah committed Jun 14, 2019
1 parent d2a491f commit b21bcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def expect_deprecation(group, &block)
end

class Minitest::Test
raise "You must remove skip_now" if Time.now > Time.local(2019, 6, 14)
raise "You must remove skip_now" if Time.now > Time.local(2019, 6, 21)

def skip_until(y, m, d, msg)
raise msg if Time.now > Time.local(y, m, d)
Expand Down
2 changes: 1 addition & 1 deletion test/unit/resources/file_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
let(:file) { stub(unix_mode_mask: 000, mode: 644) }

it "more_permissive_than?" do
skip_until 2019, 6, 13, "Breaks on travis-ci because file has 664, not 644"
skip_until 2019, 6, 21, "Breaks on travis-ci because file has 664, not 644"
resource = MockLoader.new(:ubuntu1404).load_resource("file", "/fakepath/fakefile")

_(resource).wont_be :more_permissive_than?, "755"
Expand Down

0 comments on commit b21bcfa

Please sign in to comment.