aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/dbus-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el
index b3337132fb6..a217c92b1f7 100644
--- a/test/lisp/net/dbus-tests.el
+++ b/test/lisp/net/dbus-tests.el
@@ -796,6 +796,7 @@ is in progress."
796 "Check signal registration for an own service. 796 "Check signal registration for an own service.
797SERVICE, PATH, INTERFACE and SIGNAL are ‘nil’. This is interpreted as a 797SERVICE, PATH, INTERFACE and SIGNAL are ‘nil’. This is interpreted as a
798wildcard for the respective argument." 798wildcard for the respective argument."
799 :tags '(:unstable)
799 (skip-unless dbus--test-enabled-session-bus) 800 (skip-unless dbus--test-enabled-session-bus)
800 (dbus-ignore-errors (dbus-unregister-service :session dbus--test-service)) 801 (dbus-ignore-errors (dbus-unregister-service :session dbus--test-service))
801 802