diff --git a/debian/rules b/debian/rules
index b08e805..9069160 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ TEST_COMMAND_FLAKY=$(TEST_COMMAND_BASE) --suite flaky
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	glib-compile-schemas $(BUILDDIR)/data
-ifeq (,$(filter mips mips64el mipsel riscv64 s390x alpha hppa powerpc sparc64 x32,$(DEB_HOST_ARCH)))
+ifeq (,$(filter mips mips64el mipsel riscv64 s390x alpha hppa powerpc sparc64 x32 loong64,$(DEB_HOST_ARCH)))
 	$(TEST_COMMAND)
 	-$(TEST_COMMAND_FLAKY) --logbase flaky-tests
 endif
diff --git a/debian/tests/installed-tests b/debian/tests/installed-tests
index b650361..d015581 100755
--- a/debian/tests/installed-tests
+++ b/debian/tests/installed-tests
@@ -25,7 +25,7 @@ if [ "$e" -ne 0 ]; then
     arch="$(dpkg --print-architecture)"
     case "$arch" in
         # Please keep this list in sync with debian/rules
-        (mips|mips64el|mipsel|riscv64|s390x|alpha|hppa|powerpc|sparc64|x32)
+        (mips|mips64el|mipsel|riscv64|s390x|alpha|hppa|powerpc|sparc64|x32|loong64)
             echo "# Ignoring test failure on $arch"
             exit 77
             ;;
