]> git.eshelyaron.com Git - emacs.git/commitdiff
; (dbus-test07-introspection): Skip in CI
authorEshel Yaron <me@eshelyaron.com>
Sat, 22 Jun 2024 15:46:38 +0000 (17:46 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 22 Jun 2024 15:46:38 +0000 (17:46 +0200)
test/lisp/net/dbus-tests.el

index 413901b0205993049711e78ee8e4cf4ac47a718a..6af523ce69f67ff23f763549730ae15094dd4514 100644 (file)
@@ -1733,6 +1733,7 @@ The argument EXPECTED-ARGS is a list of expected arguments for the method."
 
 (ert-deftest dbus-test07-introspection ()
   "Register an Introspection interface then query it."
+  :tags '(:expensive-test)
   (skip-unless dbus--test-enabled-session-bus)
   (dbus-ignore-errors (dbus-unregister-service :session dbus--test-service))
   (dbus-register-service :session dbus--test-service)