gnu: sssd: Disable failing test.

* gnu/packages/sssd.scm (sssd)[arguments]<#:phases>: Add substitution to
'disable-failing-test' phase.
master
Marius Bakke 2017-11-04 00:04:40 +01:00
parent f1ae27b608
commit d3f140218b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ fundamental object types for C.")
(lambda _
(substitute* "src/tests/responder_socket_access-tests.c"
(("tcase_add_test\\(tc_utils, resp_str_to_array_test\\);") ""))
;; XXX: These tests fail with recent versions of ldb. See
;; <https://pagure.io/SSSD/sssd/issue/3563>.
(substitute* "Makefile.in"
(("sysdb-tests\\$\\(EXEEXT\\)") ""))
#t)))))
(inputs
`(("augeas" ,augeas)