Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
[DO NOT MERGE] Skip tests on ARM
Browse files Browse the repository at this point in the history
The test battery has begun to fail under arm64 and armhf on
xenial_-_edge_-_wayland, possibly due to a Mesa issue with xvfb.

#340
  • Loading branch information
UniversalSuperBox committed Jun 1, 2021
1 parent 5a58aaf commit dbe0a84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbe0a84

Please sign in to comment.