From 24321854aab9e7ad74f48e4106c54a8c05f850e6 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 9 Feb 2022 12:09:44 +0100 Subject: [PATCH] skip aarch64 check, it timeouts --- dovecot.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dovecot.spec b/dovecot.spec index dbee79d..770a174 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -317,9 +317,12 @@ rm -f %restart_flag fi %check +%ifnarch aarch64 +# some aarch64 tests timeout, skip for now make check cd dovecot-2*3-pigeonhole-%{pigeonholever} make check +%endif %files %doc docinstall/* AUTHORS ChangeLog COPYING COPYING.LGPL COPYING.MIT NEWS README