We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc760d commit 4c3c0b0Copy full SHA for 4c3c0b0
tests/system/test_systemd.py
@@ -17,6 +17,7 @@ def test_failed_units(host):
17
"Cannot add dependency job for unit display-manager.service, ignoring: Unit not found.",
18
"Cannot add dependency job for unit qemuback.service, ignoring: Unit not found.",
19
"Cannot add dependency job for unit sr_health_check.timer, ignoring: Unit not found.",
20
+ "Cannot add dependency job for unit polkit.service, ignoring: Unit not found.",
21
]
22
23
pytest.fixture(scope='module')
0 commit comments