Skip to content

Commit

Permalink
Fix web specs
Browse files Browse the repository at this point in the history
Signed-off-by: Christos Papageorgiou <[email protected]>
  • Loading branch information
root-expert committed Mar 7, 2021
1 parent 6ab844e commit d6f3639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/classes/web_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@

%w[4.4 5.0].each do |zabbix_version|
describe "with database_type as postgresql and zabbix_version #{zabbix_version}" do
next if zabbix_version == '5.0' and %w[Debian Ubuntu].include?(facts[:osfamily]) and
%w[16.04 9].include?(facts[:operatingsystemmajrelease])
let :params do
super().merge(database_type: 'postgresql')
super().merge(zabbix_version: zabbix_version)
Expand Down

0 comments on commit d6f3639

Please sign in to comment.