Skip to content

Commit 4e45373

Browse files
authored
Merge pull request #127 from myii/test/remove-suse-conditional
test(`services_spec`): remove temporary `suse` conditional
2 parents 9ec24f9 + 00d4a77 commit 4e45373

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)