[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33812] [PATCH 2/2] gnu: krunner: Blacklist another test failing wit
From: |
Hartmut Goebel |
Subject: |
[bug#33812] [PATCH 2/2] gnu: krunner: Blacklist another test failing with 5.49.0. |
Date: |
Thu, 20 Dec 2018 15:20:11 +0100 |
* gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>:
Blacklist 'testMulti'.
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 8997f0522..0e32d8881 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2956,10 +2956,10 @@ 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 it pass.
(with-output-to-file "bin/BLACKLIST"
(lambda _
- (display "[testMatch]\n*\n")))
+ (display "[testMatch]\n*\n[testMulti]\n*\n")))
#t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Framework for Plasma runners")
--
2.13.7