From 596d9f688d563a3d301f651afdfe48a66d7a3d18 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 22 Oct 2019 01:32:51 -0400 Subject: [calibre]: disable tests for ARM builds --- libre/calibre/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libre/calibre/PKGBUILD') diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 0417eb590..fa1183af2 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -95,6 +95,9 @@ build() { check() { cd "${pkgname}-${pkgver}" + # 2 failing tests on armv7h + [[ $CARCH = arm* ]] && return + # without xvfb-run this fails with much "Control socket failed to recv(), resetting" # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest) -- cgit v1.2.3