diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-15 17:56:40 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-15 18:05:25 +0200 |
commit | 8cd2fea6b8f17aae851fbd7ed9ebad873490f51d (patch) | |
tree | 7e8692ccd1cad40f03ea16dfab151510d42c1da3 /sys-auth/sssd | |
parent | sys-auth/sssd: run tests verbose and give them more time (diff) | |
download | gentoo-8cd2fea6b8f17aae851fbd7ed9ebad873490f51d.tar.gz gentoo-8cd2fea6b8f17aae851fbd7ed9ebad873490f51d.tar.bz2 gentoo-8cd2fea6b8f17aae851fbd7ed9ebad873490f51d.zip |
sys-auth/sssd: skip flaky pam-srv-tests
Link 1: https://github.com/SSSD/sssd/issues/5631
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-auth/sssd')
-rw-r--r-- | sys-auth/sssd/sssd-2.5.0.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-auth/sssd/sssd-2.5.0.ebuild b/sys-auth/sssd/sssd-2.5.0.ebuild index 7c0f2d73dd13..d77b8f6445be 100644 --- a/sys-auth/sssd/sssd-2.5.0.ebuild +++ b/sys-auth/sssd/sssd-2.5.0.ebuild @@ -111,6 +111,12 @@ src_prepare() { "${S}"/src/examples/logrotate \ || die + # disable flaky test, see https://github.com/SSSD/sssd/issues/5631 + sed -i \ + -e '/^\s*pam-srv-tests[ \\]*$/d' \ + "${S}"/Makefile.am \ + || die + eautoreconf multilib_copy_sources |