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.
services_spec
suse
1 parent a054cea commit 81165fcCopy full SHA for 81165fc
test/integration/default/controls/services_spec.rb
@@ -7,11 +7,6 @@
7
pg_port = 5433
8
end
9
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
15
control 'Postgres service' do
16
impact 0.5
17
title 'should be running and enabled'
@@ -25,4 +20,3 @@
25
20
it { should be_listening }
26
21
27
22
28
-end
0 commit comments