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:
Efraim Flashner 2022-09-06 18:43:11 +03:00
parent 7f8ee9e0be
commit c7032683a5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))