[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: kcalendarcore: Disable failing test.
From: |
guix-commits |
Subject: |
01/03: gnu: kcalendarcore: Disable failing test. |
Date: |
Sun, 24 Mar 2024 07:10:29 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 17d12bf6a6c842642d420366a42bd26de087f017
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Mar 23 10:07:43 2024 +0100
gnu: kcalendarcore: Disable failing test.
* gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add
‘disable-failing-test’.
Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/kde-frameworks.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 64e41b510d..c177c33d0d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -509,6 +509,12 @@ GZip format, via a subclass of QIODevice.")
(list
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-failing-test
+ (lambda _
+ ;; Reported as https://bugs.kde.org/show_bug.cgi?id=484306
+ (substitute* "autotests/CMakeLists.txt"
+ (("testdateserialization")
+ ""))))
(add-before 'check 'check-setup
(lambda* (#:key inputs #:allow-other-keys) ;;; XXX: failing test
(setenv "QT_QPA_PLATFORM" "offscreen")