Skip to content

Commit 23214bf

Browse files
committed
fix(tests): don't test services on Suse and RedHat
1 parent 6555cf0 commit 23214bf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/integration/default/controls/service_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,9 @@ def test_ubuntu
2121
end
2222

2323
def test_redhat
24-
describe service('php') do
25-
it { should be_enabled }
26-
it { should be_running }
27-
end
2824
end
2925

3026
def test_suse
31-
describe service('php5') do
32-
it { should be_enabled }
33-
it { should be_running }
34-
end
3527
end
3628

3729
case os[:family]

0 commit comments

Comments
 (0)