summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/glib.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 4f0984dcea..2493644c45 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1162,11 +1162,6 @@ libraries. Examples include gtk+, webkit, libsoup and many more.")
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-vala-bindings")
- ;; When spawned in parallel, the dbus daemons may fail to shut down
- ;; cleanly. This issue appears to have been closed upstream due to low
- ;; information, but still continues to haunt folks. See also
- ;; <https://gitlab.freedesktop.org/telepathy/telepathy-glib/-/issues/134>.
- #:parallel-tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests