[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: evolution-data-server: Disable failing test on aarch64.
From: |
guix-commits |
Subject: |
04/06: gnu: evolution-data-server: Disable failing test on aarch64. |
Date: |
Wed, 17 Apr 2024 12:56:56 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 77acd4b4aaecea72a7b5249f602eac8bea67880b
Author: Roman Scherer <roman@burningswell.com>
AuthorDate: Sun Apr 7 14:33:44 2024 +0200
gnu: evolution-data-server: Disable failing test on aarch64.
This test is flaky on an Apple M1.
* gnu/packages/gnome.scm (evolution-data-server): Disable failing test on
aarch64.
Change-Id: Iccb75f2144b773a8b94242aaee9e6acedaa3af0b
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/gnome.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 787cf66f09..489f23865b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8222,6 +8222,14 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and
Kerberos.")
"-DWITH_PHONENUMBER=ON"))
#:phases
#~(modify-phases %standard-phases
+ #$@(if (target-aarch64?)
+ #~((add-after 'unpack 'disable-failing-aarch64-tests
+ (lambda _
+ ;; 26/90 Test #26: test-book-client-custom-summary
+ ;; ...........SIGTRAP***Exception: 35.99 sec
+ (substitute* "tests/libebook/client/CMakeLists.txt"
+ (("test-book-client-custom-summary") "")))))
+ '())
(add-after 'unpack 'disable-failing-tests
(lambda _
;; tests/book-migration/test-migration.c:160:test_fetch_contacts:
- branch master updated (7bed290fdf -> 2126dab4cd), guix-commits, 2024/04/17
- 01/06: gnu: signon-plugin-oauth2: Change SIGNON_PLUGINS_DIR., guix-commits, 2024/04/17
- 04/06: gnu: evolution-data-server: Disable failing test on aarch64.,
guix-commits <=
- 03/06: gnu: babl: Disable failing test on aarch64., guix-commits, 2024/04/17
- 02/06: gnu: gama: Update to 2.30., guix-commits, 2024/04/17
- 05/06: gnu: nar-herder: Update to 0-27.ffda727., guix-commits, 2024/04/17
- 06/06: gnu: guix-data-service: Update to 0.0.1-47.c185892., guix-commits, 2024/04/17