gnu: krunner: Blacklist another test failing with 5.49.0.
* gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>: Blacklist 'testMulti'.
This commit is contained in:
parent
69b6086182
commit
b824dbec5d
|
@ -2883,10 +2883,11 @@ to easily extend the contacts collection.")
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
;; make Qt render "offscreen", required for tests
|
;; make Qt render "offscreen", required for tests
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
(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"
|
(with-output-to-file "bin/BLACKLIST"
|
||||||
(lambda _
|
(lambda _
|
||||||
(display "[testMatch]\n*\n")))
|
(display "[testMatch]\n*\n")
|
||||||
|
(display "[testMulti]\n*\n")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Framework for Plasma runners")
|
(synopsis "Framework for Plasma runners")
|
||||||
|
|
Loading…
Reference in New Issue