From 87416679bf604d24ea2dc8d591d249371fecfe4d Mon Sep 17 00:00:00 2001 From: omni Date: Wed, 6 Dec 2023 22:47:33 +0000 Subject: [PATCH] community/netpbm: disable some tests These three tests, plus winicon-roundtrip2, seem to be why tests are disabled for arm* & aarch64. --- community/netpbm/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/netpbm/APKBUILD b/community/netpbm/APKBUILD index 02f9f7d259d..24ec0529399 100644 --- a/community/netpbm/APKBUILD +++ b/community/netpbm/APKBUILD @@ -48,6 +48,9 @@ check() { -e '/^ppmpat-random.test/d' \ -e '/^ppmtomitsu.test/d' \ -e '/^stdin-pam3.test/d' \ + -e '/^stdin-pnm2.test/d' \ + -e '/^ps-roundtrip.test/d' \ + -e '/^ps-flate-roundtrip.test/d' \ "$builddir"/test/Test-Order make check pkgdir="$PWD/pkgdir"