File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
spec/octocatalog-diff/tests Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 7474 strategy :
7575 fail-fast : false
7676 matrix :
77- # 2.7 and 3.0 fail at the moment
7877 ruby-version : ["2.6"]
7978 steps :
8079 - name : Checkout code
Original file line number Diff line number Diff line change @@ -372,12 +372,12 @@ def basic_auth_test(server_opts, opts = {})
372372 end . to raise_error ( Errno ::ENOENT )
373373 end
374374
375- # it 'should raise an error if non-matching CA file is specified' do
376- # opts = client_opts.merge(puppetdb_ssl_ca: OctocatalogDiff::Spec.fixture_path('ssl/generated/other-ca.crt'))
377- # expect do
378- # ssl_test(server_opts, opts)
379- # end.to raise_error(OpenSSL::SSL::SSLError)
380- # end
375+ # it 'should raise an error if non-matching CA file is specified' do
376+ # opts = client_opts.merge(puppetdb_ssl_ca: OctocatalogDiff::Spec.fixture_path('ssl/generated/other-ca.crt'))
377+ # expect do
378+ # ssl_test(server_opts, opts)
379+ # end.to raise_error(OpenSSL::SSL::SSLError)
380+ # end
381381
382382 it 'should raise error if server hostname does not match expected' do
383383 c_opts = client_opts . merge ( puppetdb_ssl_ca : OctocatalogDiff ::Spec . fixture_path ( 'ssl/generated/ca.crt' ) )
You can’t perform that action at this time.
0 commit comments