mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -1518,10 +1518,8 @@ you login.")
|
||||
"kwin-testDrmLegacy"
|
||||
"kwin-testInputCapture"
|
||||
"kwin-testMockDrm"
|
||||
,@(if (target-aarch64?)
|
||||
'("kwin-testSecurityContext"
|
||||
"kwin-testXwaylandSelection")
|
||||
'()))
|
||||
"kwin-testSecurityContext"
|
||||
"kwin-testXwaylandSelection")
|
||||
"|")
|
||||
")")
|
||||
#:phases
|
||||
|
||||
Reference in New Issue
Block a user