Message ID | c8ef4332f306ef76328aebe2fcd329912ef92ad4.1712495942.git.roman@burningswell.com |
---|---|
State | New |
Headers | show |
Series | [bug#70259,v2] gnu: evolution-data-server: Disable failing test on aarch64. | expand |
Roman Scherer <roman@burningswell.com> writes: > * gnu/packages/gnome.scm (evolution-data-server): Disable failing test on aarch64. > > Change-Id: Iccb75f2144b773a8b94242aaee9e6acedaa3af0b > --- > > Just after I fixed evolution-data-server-3.44, the evolution-data-server > packages also started to fail. This test is flaky on my aarch64 machine. > > gnu/packages/gnome.scm | 6 ++++++ > 1 file changed, 6 insertions(+) Could you include the bit about the test being flaky in a comment, and maybe also some information about how it fails (so that others can see if they get a similar failure)? Thanks, Chris
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4934ade3dd..7a58c01e8c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8219,6 +8219,12 @@ (define-public evolution-data-server "-DWITH_PHONENUMBER=ON")) #:phases #~(modify-phases %standard-phases + #$@(if (target-aarch64?) + #~((add-after 'unpack 'disable-failing-aarch64-tests + (lambda _ + (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: