Skip to content
Snippets Groups Projects
Commit 365b9950 authored by Simon McVittie's avatar Simon McVittie Committed by Sjoerd Simons
Browse files

check-dbus-services: stop treating #434, #435 as expected

Depends on D380, D382.

Differential Revision: https://phabricator.apertis.org/D383
Reviewed-by: pwith
parent 31daa8f9
No related branches found
No related tags found
No related merge requests found
......@@ -195,16 +195,6 @@ for service in *.service; do
xfail "$name" "could not ping $bus_name (bug: Apertis #433)"
;;
(system:org.pacrunner)
# https://bugs.apertis.org/show_bug.cgi?id=434
xfail "$name" "could not ping $bus_name (bug: Apertis #434)"
;;
(system:fi.w1.wpa_supplicant1|system:fi.epitest.hostap.WPASupplicant)
# https://bugs.apertis.org/show_bug.cgi?id=435
xfail "$name" "could not ping $bus_name (bug: Apertis #435)"
;;
(*)
fail "$name" "could not ping $bus_name"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment