summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-08-04 08:24:42 +0300
committerEfraim Flashner <efraim@flashner.co.il>2025-08-04 08:24:42 +0300
commit6cf6feee30db2392de3e1abbef1b92036e641d9e (patch)
tree218f9aac2c7efc8d1fb87826693cdbc164595806 /gnu
parent3f3359c7be235a7e86dc27c70f2221ec82871613 (diff)
Revert "gnu: glib-networking: Skip tests on aarch64-linux."
This reverts commit f21482e2074843f09e2f59ef732fe8518a64675b. Change-Id: I971c961ff2ef535cb3bb9564592a03daea6fe6a5
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 174df89df47..e2af4d567b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5053,9 +5053,6 @@ indicators etc).")
(build-system meson-build-system)
(arguments
(list
- ;; TODO: Figure out why some tests SIGABRT on aarch64-linux.
- #:tests? (and (not (%current-target-system))
- (not (target-aarch64?)))
;; Exclude flaky tests (see https://codeberg.org/guix/guix/issues/1377).
;; Meson cannot exclude individual tests so the test suite is added in the
;; phase below.