From 17125986d3eff6467ee0a36ff46cfddf1eec8f25 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 5 Sep 2017 13:53:15 -0500 Subject: [PATCH] Disable a test which fails randomly. --- cyrus-imapd.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 9d2b975..c3c8bbc 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -470,6 +470,10 @@ tests=( ImapTest.append-binary ImapTest.fetch-binary-mime ImapTest.urlauth-binary + + # This one seems to fail randomly. The new imaptest really isn't great and + # we should consider dropping it entirely. + ImapTest.urlauth2 ) for i in ${tests[@]}; do exclude+=("!$i"); done @@ -614,6 +618,8 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v * Tue Sep 05 2017 Pavel Zhukov - 3.0.4-1 - Update to 3.0.4 - Patched cassandane for new behaviour. It should be updated idealy. +- Disable ImapTest.urlauth2 test; it seems to fail randomly regardless of + architecture. * Fri Aug 11 2017 Jason L Tibbitts III - 3.0.3-1 - Update to 3.0.3, which contains an important security fix. The fix is not