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>master
parent
da381e2334
commit
17d12bf6a6
|
@ -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")
|
||||
|
|
Reference in New Issue