Skip to content

Commit

Permalink
Disable the max open files check on Ubuntu
Browse files Browse the repository at this point in the history
This test is broken, but I can't quite figure out why it's a problem. An
issue[1] has been opened and this at least allows us to trust CI again.

[1]: theforeman#832
  • Loading branch information
ekohl committed Mar 21, 2022
1 parent a36b528 commit 7e78d1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/acceptance/puppetserver_latest_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ class { 'puppet':
end
end

describe 'server_max_open_files' do
# This is broken on Ubuntu Focal
# https://github.com/theforeman/puppet-puppet/issues/832
describe 'server_max_open_files', unless: fact('os.release.major') == '20.04' do
it_behaves_like 'an idempotent resource' do
let(:manifest) do
<<-MANIFEST
Expand Down

0 comments on commit 7e78d1b

Please sign in to comment.