me
/
guix
Archived
1
0
Fork 0

gnu: kwin: Update skipped test list.

* gnu/packages/kde-plasma.scm (kwin)[arguments]: Update custom 'check
phase with new list of skipped tests.
master
Efraim Flashner 2023-04-18 15:59:58 +03:00 committed by Maxim Cournoyer
parent 83cef4a4f1
commit 61ad934d90
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 4 deletions

View File

@ -1196,17 +1196,14 @@ KDE Frameworks components.")
(invoke "ctest" "-E"
(string-join
(list "kwayland-testXdgDecoration"
"kwin-testLockScreen"
"kwin-testXkb"
"kwin-testPointerInput"
"kwin-testXdgShellWindow"
"kwin-testXdgShellWindow-waylandonly"
"kwin-testSceneOpenGLES"
"kwin-testSceneOpenGLES-waylandonly"
"kwin-testInputMethod"
"kwin-testInputMethod-waylandonly"
"kwin-testNightColor"
"kwin-testNightColor-waylandonly"
"kwin-testPlasmaWindow"
"kwin-testSceneQPainter"
"kwin-testLibinputDevice")
"|"))))))))