mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
Revert "gnu: glib-networking: Skip tests on aarch64-linux."
This reverts commit f21482e207.
Change-Id: I971c961ff2ef535cb3bb9564592a03daea6fe6a5
This commit is contained in:
parent
3f3359c7be
commit
6cf6feee30
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue