aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-07-03 17:06:40 +0200
committerAndrea Corallo2024-07-03 20:13:13 +0200
commitfc375359edd514801816078e24b88fa02cfd91a6 (patch)
tree6ffa361b6c85a058ef2bd203c8c8d0d32d1023b3
parent99230d7080ffc8310b5700b613f31184eafccbd2 (diff)
downloademacs-fc375359edd514801816078e24b88fa02cfd91a6.tar.gz
emacs-fc375359edd514801816078e24b88fa02cfd91a6.zip
Tag dbus-test05-register-signal-with-nils as unstable
* test/lisp/net/dbus-tests.el (dbus-test05-register-signal-with-nils): Tag it as unstable.
-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