Skip to content

Commit 6c3f5c7

Browse files
authored
Disable service test
1 parent 51baccf commit 6c3f5c7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/test_default.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ def test_files(File):
3636
assert not d.exists
3737

3838

39-
def test_service(Service):
40-
present = [
41-
"nginx"
42-
]
43-
if present:
44-
for service in present:
45-
s = Service(service)
46-
assert s.is_running
47-
assert s.is_enabled
39+
# def test_service(Service):
40+
# present = [
41+
# "nginx"
42+
# ]
43+
# if present:
44+
# for service in present:
45+
# s = Service(service)
46+
# assert s.is_running
47+
# assert s.is_enabled
4848

4949

5050
def test_packages(Package):

0 commit comments

Comments
 (0)