Skip to content

Commit 2f1f9a2

Browse files
author
Ciaran McCrisken
committed
(IAC-787) Back out itk_spec.rb:19 on RHEL 8.x
1 parent 0629928 commit 2f1f9a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/acceptance/itk_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
variant = :prefork
1515
end
1616

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

0 commit comments

Comments
 (0)