guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch staging updated: gnu: kwayland: Skip another test.


From: guix-commits
Subject: branch staging updated: gnu: kwayland: Skip another test.
Date: Tue, 06 Sep 2022 11:45:02 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new c7032683a5 gnu: kwayland: Skip another test.
c7032683a5 is described below

commit c7032683a5ce8ec3b28c935efb00e238d28a5e19
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 6 18:43:11 2022 +0300

    gnu: kwayland: Skip another test.
    
    * gnu/packages/kde-frameworks.scm (kwayland)[arguments]: Add a phase to
    skip a test which fails on slower hardware.
---
 gnu/packages/kde-frameworks.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 67176eb5a9..9e8d3fa5f8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]