From ed8bdde9ced0e08cee898d38d13af02b249d44f1 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Wed, 13 Dec 2017 18:02:05 +0100 Subject: gnu: kdelibs4support: Blacklist a recently failing test-function. --- gnu/packages/kde-frameworks.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 72dff868cc..ef2a7cb07c 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3359,6 +3359,10 @@ workspace.") (mkdir-p ".kde-unit-test/xdg/config") (with-output-to-file ".kde-unit-test/xdg/config/foorc" (lambda () #t)) ;; simply touch the file + ;; Blacklist a test-function (failing at build.kde.org, too). + (with-output-to-file "autotests/BLACKLIST" + (lambda _ + (display "[testSmb]\n*\n"))) ;; kuniqueapptest hangs. TODO: Make this test pass. (zero? (system* "dbus-launch" "ctest" "." "-E" "kstandarddirstest|kuniqueapptest"))))))) -- cgit v1.2.3