diff --git a/community/rest/APKBUILD b/community/rest/APKBUILD
index a1473fd2cb1b05b8fd3ffe34f357063f4197309f..85052963e2e3a251f2f552647df8ae95971338ac 100644
--- a/community/rest/APKBUILD
+++ b/community/rest/APKBUILD
@@ -5,7 +5,8 @@ pkgver=0.8.1
 pkgrel=4
 pkgdesc="Library for access to RESTful web services"
 url="https://www.gnome.org/"
-arch="all"
+# loongarch64: test fails
+arch="all !loongarch64"
 license="LGPL-2.0-or-later"
 makedepends="automake autoconf libtool
 	libsoup-dev gobject-introspection-dev"