Skip to content

Commit

Permalink
✅ Mark assert_linear_performance test as pending
Browse files Browse the repository at this point in the history
This is marked as pending in the backports branch because
test-unit-ruby-core from git (added by #151) doesn't work with ruby 2.6.
  • Loading branch information
nevans committed Jul 26, 2023
1 parent c92ed92 commit bd68174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/net/imap/test_imap_authenticators.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def test_digest_md5_authenticator_no_qop
end

def test_digest_md5_authenticator_illinear
pend "Need to backport #151 for assert_linear_performance"
pre = ->(n) {'qop="a' + ',x'*n}
assert_linear_performance([5, 10, 15, 20], pre: pre) do |challenge|
auth = digest_md5("user", "pass")
Expand Down

0 comments on commit bd68174

Please sign in to comment.