Skip to content

Commit

Permalink
Remove irc dependency from puppetmaster test
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak committed Feb 8, 2019
1 parent c8294cd commit e5d1b98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/classes/profile/puppetmaster_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
it { should contain_firewall('012 allow puppet agents').with_action('accept').with_dport(8140) }
it { should contain_firewall('013 allow mcollective').with_action('accept').with_dport(61613) }

context 'setting up the irc reporter' do
it { should contain_class 'irc' }
end
# Disable this test until [INFRA-2006] is addressed
#context 'setting up the irc reporter' do
# it { should contain_class 'irc' }
#end

context 'the datadog_agent module' do
it { should contain_class 'datadog_agent' }
Expand Down

0 comments on commit e5d1b98

Please sign in to comment.