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