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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a10c8c93a3 gnu: kwin: Disable tests on all architectures.
a10c8c93a3 is described below

commit a10c8c93a3b74c81c376c15959115229d8b0e008
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jan 10 20:05:28 2026 +0100

    gnu: kwin: Disable tests on all architectures.
    
    One of them also fails on bordeaux for x86_64.
    
    * gnu/packages/kde-plasma.scm (kwin)[arguments]<#:test-exclude>: Disable
    failing aarch64 tests on all architectures.
    
    Change-Id: Ib32f927d0165213f358d6962f27604109cd4be3b
---
 gnu/packages/kde-plasma.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 985510df47..fe8c945b20 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1519,10 +1519,8 @@ you login.")
                            "kwin-testDrmLegacy"
                            "kwin-testInputCapture"
                            "kwin-testMockDrm"
-                           ,@(if (target-aarch64?)
-                                 '("kwin-testSecurityContext"
-                                   "kwin-testXwaylandSelection")
-                                 '()))
+                           "kwin-testSecurityContext"
+                           "kwin-testXwaylandSelection")
                          "|")
                      ")")
       #:phases

Reply via email to