diff --git a/tests/system/test_systemd.py b/tests/system/test_systemd.py index 31d879fcd..abd9931a2 100644 --- a/tests/system/test_systemd.py +++ b/tests/system/test_systemd.py @@ -17,6 +17,7 @@ def test_failed_units(host): "Cannot add dependency job for unit display-manager.service, ignoring: Unit not found.", "Cannot add dependency job for unit qemuback.service, ignoring: Unit not found.", "Cannot add dependency job for unit sr_health_check.timer, ignoring: Unit not found.", + "Cannot add dependency job for unit polkit.service, ignoring: Unit not found.", ] pytest.fixture(scope='module')