mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: sssd: Disable failing test.
* gnu/packages/sssd.scm (sssd)[arguments]<#:phases>: Add substitution to 'disable-failing-test' phase.
This commit is contained in:
parent
f1ae27b608
commit
d3f140218b
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ (define-public sssd
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue