gnu: kwayland: Skip another test.
* gnu/packages/kde-frameworks.scm (kwayland)[arguments]: Add a phase to skip a test which fails on slower hardware.master
parent
7f8ee9e0be
commit
c7032683a5
|
@ -1048,6 +1048,11 @@ protocols used in KDE Plasma.")
|
|||
(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))
|
||||
|
|
Reference in New Issue