gnu: qtbase: Disable unstable tst_qpauseanimation test.
* gnu/packages/qt.scm (qtbase) [arguments]: Disable tst_qpauseanimation in check phase.
This commit is contained in:
parent
e1c48cb6bf
commit
118f7d0b8b
1 changed files with 3 additions and 2 deletions
|
@ -812,8 +812,9 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
||||||
;; attempt to complete paths they assume exist, such as
|
;; attempt to complete paths they assume exist, such as
|
||||||
;; "/home", "/etc" or "/root" and fail.
|
;; "/home", "/etc" or "/root" and fail.
|
||||||
"tst_qcompleter"
|
"tst_qcompleter"
|
||||||
"tst_qfiledialog") "|")
|
"tst_qfiledialog"
|
||||||
")")))))
|
;; This test is susceptible to the 600 ms timeout used:
|
||||||
|
"tst_qpauseanimation") "|") ")")))))
|
||||||
(replace 'patch-mkspecs
|
(replace 'patch-mkspecs
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((archdata (search-input-directory outputs "lib/qt6"))
|
(let* ((archdata (search-input-directory outputs "lib/qt6"))
|
||||||
|
|
Reference in a new issue