Skip to content

Commit

Permalink
[AL2023] Remove check to assert service running
Browse files Browse the repository at this point in the history
Inspec test has not supported Amazon Linux 2023. https://docs.chef.io/inspec/platforms/. Therefore, this commit disable the check which was generating false errors
  • Loading branch information
Himani Deshpande authored and hanwen-cluster committed Jun 3, 2024
1 parent 2feee5f commit 17a97ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
describe service('rsyslog') do
it { should be_installed }
it { should be_enabled }
it { should be_running }
# it { should be_running }
end
end

0 comments on commit 17a97ed

Please sign in to comment.