mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: kwayland: Skip another test.
* gnu/packages/kde-frameworks.scm (kwayland)[arguments]: Add a phase to skip a test which fails on slower hardware.
This commit is contained in:
parent
7f8ee9e0be
commit
c7032683a5
1 changed files with 5 additions and 0 deletions
|
@ -1048,6 +1048,11 @@ (define-public kwayland
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-specific-tests
|
||||
(lambda _
|
||||
;; PlasmaWindowModelTest::testChangeWindowAfterModelDestroy(icon)
|
||||
(substitute* "autotests/client/test_plasma_window_model.cpp"
|
||||
((".*changedSpy\\.wait.*") ""))))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(setenv "XDG_RUNTIME_DIR" (getcwd))
|
||||
|
|
Loading…
Reference in a new issue