Skip to content

Commit

Permalink
Revert "Skip OpenSSL::TestHMAC#test_dup when running with RHEL9"
Browse files Browse the repository at this point in the history
This reverts commit 9493d4a.
  • Loading branch information
hsbt committed May 19, 2023
1 parent 82da58e commit b880a02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/openssl/test_hmac.rb
Expand Up @@ -21,9 +21,6 @@ def test_hmac
end

def test_dup
require "etc"
pend "[Bug #19386] OpenSSL 3.0.1 of RHEL9 is not working this test" if Etc.uname[:release] =~ /el9/

h1 = OpenSSL::HMAC.new("KEY", "MD5")
h1.update("DATA")
h = h1.dup
Expand Down

0 comments on commit b880a02

Please sign in to comment.