Skip to content

Commit

Permalink
(IAC-787) Back out itk_spec.rb:19 on RHEL 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran McCrisken committed May 12, 2020
1 parent 0629928 commit 2f1f9a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/acceptance/itk_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
variant = :prefork
end

describe 'apache::mod::itk class', if: service_name do
# IAC-787: The http-itk mod package is not available in any of the standard RHEL/CentOS 8.x repos. Disable this test
# on those platforms until we can find a suitable source for this package.
describe 'apache::mod::itk class', if: service_name, unless: os[:family] == 'redhat' && os[:release].to_i >= 8 do
describe 'running puppet code' do
let(:pp) do
case variant
Expand Down

0 comments on commit 2f1f9a2

Please sign in to comment.