diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-12-13 18:02:05 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-01-03 15:53:56 +0100 |
commit | ed8bdde9ced0e08cee898d38d13af02b249d44f1 (patch) | |
tree | 36c30bd33e5aeaf20092e1b0f86efe3955dfb4d2 /gnu/packages | |
parent | 417903c63ce41030b288ac643aaa7ddb92ddfab1 (diff) | |
download | guix-ed8bdde9ced0e08cee898d38d13af02b249d44f1.tar guix-ed8bdde9ced0e08cee898d38d13af02b249d44f1.tar.gz |
gnu: kdelibs4support: Blacklist a recently failing test-function.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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"))))))) |