Skip to content

Commit c0378b4

Browse files
committed
[test] skip the ec integration test on 1.8.7 due loading 1.9 syntax code
1 parent 6c29e9a commit c0378b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ruby/ec/test_ec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_encrypt_integration # inspired by WebPush
100100
:auth => Base64.urlsafe_decode64(auth))
101101

102102
assert_equal "Hello World", decrypted_data
103-
end
103+
end if RUBY_VERSION > '1.9'
104104

105105
def generate_ecdh_key(group = 'prime256v1')
106106
curve = OpenSSL::PKey::EC.new(group)

0 commit comments

Comments
 (0)