From 2be532510cc3a1bdb03994f4e9ec98b3f1844783 Mon Sep 17 00:00:00 2001 From: Dalton Durst Date: Sat, 2 May 2020 14:49:46 -0500 Subject: [PATCH] [DO NOT MERGE] Skip tests on ARM The test battery has begun to fail under arm64 and armhf on xenial_-_edge_-_wayland, possibly due to a Mesa issue with xvfb. https://github.com/ubports/unity8/issues/340 --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 6833b6a24e..65ed20390d 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,11 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) # Skip tests on the archs they are known to be flaky with current configuration testskip_architectures := arm64 powerpc ppc64el s390x +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + +# Skip tests on the archs they are known to be flaky with current configuration +testskip_architectures := arm64 armhf + %: dh $@ --parallel --fail-missing --with python3