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>
This commit is contained in:
parent
e1fefe84aa
commit
77acd4b4aa
1 changed files with 8 additions and 0 deletions
|
@ -8222,6 +8222,14 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
|
||||||
"-DWITH_PHONENUMBER=ON"))
|
"-DWITH_PHONENUMBER=ON"))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-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
|
(add-after 'unpack 'disable-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; tests/book-migration/test-migration.c:160:test_fetch_contacts:
|
;; tests/book-migration/test-migration.c:160:test_fetch_contacts:
|
||||||
|
|
Reference in a new issue