summaryrefslogtreecommitdiff
path: root/test/t/test_chkconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_chkconfig.py')
-rw-r--r--test/t/test_chkconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_chkconfig.py b/test/t/test_chkconfig.py
index c610a5d5..08e9827f 100644
--- a/test/t/test_chkconfig.py
+++ b/test/t/test_chkconfig.py
@@ -9,7 +9,7 @@ class TestChkconfig:
# systemd may not be running e.g. in a docker container, and listing
# services will then fail.
@pytest.mark.complete(
- "chkconfig ", skipif="! systemctl list-units &>/dev/null"
+ "chkconfig ", xfail="! systemctl list-units &>/dev/null"
)
def test_2(self, completion):
assert completion