From e7fb9644ab057ffb609d61bd31f087f910cfde09 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 22 Jun 2018 06:55:38 -0300 Subject: [PATCH] debian/backports: disable test T460-emacs-tree on arm64 - it fails intermittently on the porterbox, but all the time on the build - the failure seems to be caused by an upstream emacs bug fixed in unstable --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 1ac6498c..abd5d8cf 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,11 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} +ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),arm64) + NOTMUCH_SKIP_TESTS=T460-emacs-tree + export NOTMUCH_SKIP_TESTS +endif + %: dh $@ --with python2,python3,elpa -- 2.43.0