From 9f1c69bce8fc29eff122ae6845384279867d6bbe Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 23 Jul 2018 19:36:13 -0600 Subject: [PATCH] Disable unreliable timeout tests (sometimes fail on busy builders). --- check.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/check.spec b/check.spec index 66a0d05..70f5ec6 100644 --- a/check.spec +++ b/check.spec @@ -70,7 +70,7 @@ find . -name .cvsignore -exec rm {} + autoreconf -ivf %build -%configure +%configure --disable-timeout-tests # Get rid of undesirable hardcoded rpaths sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ @@ -123,6 +123,9 @@ rm -rf checkmk/test/empty_input %{_mandir}/man1/checkmk.1* %changelog +* Mon Jul 23 2018 Jerry James - 0.12.0-3 +- Disable unreliable timeout tests (sometimes fail on busy builders) + * Thu Jul 12 2018 Fedora Release Engineering - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild