From 2f1f9a20afa2c5cdc0d86992ac661153b817d35b Mon Sep 17 00:00:00 2001 From: Ciaran McCrisken Date: Tue, 12 May 2020 12:07:12 +0100 Subject: [PATCH] (IAC-787) Back out itk_spec.rb:19 on RHEL 8.x --- spec/acceptance/itk_spec.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/acceptance/itk_spec.rb b/spec/acceptance/itk_spec.rb index 5e4c67e095..d7fe96676c 100644 --- a/spec/acceptance/itk_spec.rb +++ b/spec/acceptance/itk_spec.rb @@ -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