diff options
-rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 7d3bd9a195..04183fa806 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -856,9 +856,6 @@ ever use this library.") (with-directory-excursion (string-append "../at-spi2-core-" #$version "") (invoke "dbus-run-session" "--" "ci/run-registryd-tests.sh") - (substitute* "tests/atspi/meson.build" - ;; Remove a timeout causing aarch64 build failures. - ((", timeout: [0-9]+") "")) (substitute* "ci/run-tests.sh" (("ps auxwww") "") ;avoid a dependency on procps (("meson test -C _build") |