We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ec24f9 + 00d4a77 commit 4e45373Copy full SHA for 4e45373
test/integration/default/controls/services_spec.rb
@@ -4,10 +4,6 @@
4
service_name = 'crond'
5
end
6
7
-# Temporary `if` due to `opensuse-leap-15` bug re: `service`
8
-if os[:name] == 'suse'
9
- puts "[Skip `service`-based tests due to `opensuse-leap-15` detection bug (see https://github.com/inspec/train/issues/377)]"
10
-else
11
control 'Template service' do
12
impact 0.5
13
title 'should be running and enabled'
@@ -17,4 +13,3 @@
17
it { should be_running }
18
14
19
15
20
-end
0 commit comments