Skip to content

Commit 81165fc

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 a054cea commit 81165fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/integration/default/controls/services_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
pg_port = 5433
88
end
99

10-
# Temporary `if` due to `opensuse-leap-15` bug re: `service`
11-
if os[:name] == 'suse'
12-
puts "[Skip `service`-based tests due to `opensuse-leap-15` detection bug (see https://github.com/inspec/train/issues/377)]"
13-
puts "[Skip `service`-based tests due to `opensuse-leap-15` bug]"
14-
else
1510
control 'Postgres service' do
1611
impact 0.5
1712
title 'should be running and enabled'
@@ -25,4 +20,3 @@
2520
it { should be_listening }
2621
end
2722
end
28-
end

0 commit comments

Comments
 (0)