Skip to content

Commit

Permalink
test(services_spec): remove temporary suse conditional
Browse files Browse the repository at this point in the history
* `train` gem has been fixed upstream
  - inspec/train#451
  - https://rubygems.org/gems/train/versions/2.1.7
  • Loading branch information
myii committed May 31, 2019
1 parent a054cea commit 81165fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/integration/default/controls/services_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
pg_port = 5433
end

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

0 comments on commit 81165fc

Please sign in to comment.