commit: 8cd2fea6b8f17aae851fbd7ed9ebad873490f51d Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat May 15 15:56:40 2021 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat May 15 16:05:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd2fea6
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 <AT> gentoo.org> sys-auth/sssd/sssd-2.5.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-auth/sssd/sssd-2.5.0.ebuild b/sys-auth/sssd/sssd-2.5.0.ebuild index 7c0f2d73dd1..d77b8f6445b 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
