me
/
guix
Archived
1
0
Fork 0

gnu: krunner: Blacklist another test failing with 5.49.0.

* gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>:
  Blacklist 'testMulti'.
master
Hartmut Goebel 2018-12-20 12:30:42 +01:00
parent 69b6086182
commit b824dbec5d
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 2 deletions

View File

@ -2883,10 +2883,11 @@ to easily extend the contacts collection.")
(setenv "HOME" (getcwd))
;; make Qt render "offscreen", required for tests
(setenv "QT_QPA_PLATFORM" "offscreen")
;; Blacklist a failing test-function. FIXME: Make it pass.
;; Blacklist some failing test-functions. FIXME: Make them pass.
(with-output-to-file "bin/BLACKLIST"
(lambda _
(display "[testMatch]\n*\n")))
(display "[testMatch]\n*\n")
(display "[testMulti]\n*\n")))
#t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Framework for Plasma runners")