Skip to content

Commit bd68174

Browse files
committed
✅ Mark assert_linear_performance test as pending
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.
1 parent c92ed92 commit bd68174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/net/imap/test_imap_authenticators.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def test_digest_md5_authenticator_no_qop
169169
end
170170

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

0 commit comments

Comments
 (0)