Skip to content

Commit 00d4a77

Browse files
committed
test(services_spec): remove temporary suse conditional
* `train` gem has been fixed upstream - inspec/train#451 - https://rubygems.org/gems/train/versions/2.1.7
1 parent 05c9db5 commit 00d4a77

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/integration/default/controls/services_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
service_name = 'crond'
55
end
66

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
117
control 'Template service' do
128
impact 0.5
139
title 'should be running and enabled'
@@ -17,4 +13,3 @@
1713
it { should be_running }
1814
end
1915
end
20-
end

0 commit comments

Comments
 (0)