Skip to content

Commit 5d039ed

Browse files
committed
(PUP-10889) Skip test on jruby
JRuby doesn't allow ciphers to be set on the ssl context[1] so skip that part. [1] jruby/jruby#3100
1 parent d428e6c commit 5d039ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/application/plugin_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'puppet/face'
33
require 'puppet_spec/puppetserver'
44

5-
describe "puppet plugin" do
5+
describe "puppet plugin", unless: Puppet::Util::Platform.jruby? do
66
include_context "https client"
77

88
let(:server) { PuppetSpec::Puppetserver.new }

0 commit comments

Comments
 (0)