Skip to content

Commit

Permalink
(maint) Disable shibb testing on redhats
Browse files Browse the repository at this point in the history
The shibb package is not in the default repos.

Broken in puppetlabs#1657
  • Loading branch information
hunner committed Jan 12, 2018
1 parent c7aa4d5 commit bdc4507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/vhost_spec.rb
Expand Up @@ -1714,7 +1714,7 @@ class { 'apache': }
end
end

describe 'shibboleth parameters' do
describe 'shibboleth parameters', :unless => fact('osfamily') == 'RedHat' do
it 'applies cleanly' do
pp = <<-EOS
class { 'apache': }
Expand Down

0 comments on commit bdc4507

Please sign in to comment.