Skip to content

Commit 626b043

Browse files
committed
[CI] TestHMAC#test_dup - remove 'pend' for OpenSSL 3
1 parent 8752d9e commit 626b043

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/openssl/test_hmac.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def test_hmac
2121
end
2222

2323
def test_dup
24-
pend "HMAC#initialize_copy is currently broken on OpenSSL 3.0.0" if openssl?(3, 0, 0)
2524
h1 = OpenSSL::HMAC.new("KEY", "MD5")
2625
h1.update("DATA")
2726
h = h1.dup

0 commit comments

Comments
 (0)