Skip to content

Commit 9c9ca49

Browse files
mihaibuzgauluchihoratiu
authored andcommitted
(maint) skip ciphersuite test if openssl is < 1.1.1f
1 parent c5ba7ef commit 9c9ca49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/http/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
end
154154

155155
context 'ciphersuites' do
156-
it "does not connect when using an SSLv3 ciphersuite" do
156+
it "does not connect when using an SSLv3 ciphersuite", :if => Puppet::Util::Package.versioncmp(OpenSSL::OPENSSL_LIBRARY_VERSION.split[1], '1.1.1e') > 0 do
157157
Puppet[:ciphers] = "DES-CBC3-SHA"
158158

159159
https_server.start_server do |port|

0 commit comments

Comments
 (0)