From ae01f01a5e90c489039c7ae989164bf8e3c01db2 Mon Sep 17 00:00:00 2001 From: Reid Priedhorsky Date: Thu, 7 Sep 2023 12:07:06 -0600 Subject: [PATCH] --force tests: disable Arch Linux --- test/force-auto.py.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/force-auto.py.in b/test/force-auto.py.in index 8120aaa97..9f21e6e78 100644 --- a/test/force-auto.py.in +++ b/test/force-auto.py.in @@ -300,7 +300,10 @@ class T_OpenSUSE_Leap_Latest(SUSE): # Arch has tons of old tags, versioned by date, on Docker Hub. However, only # :latest (or equivalently :base) is documented. -class T_Arch_Latest(Test): +# +# FIXME: This is currently disabled due to GPG key problems (#1722) +#class T_Arch_Latest(Test): +class Arch_Latest(Test): config = "arch" base = "archlinux:latest" arch_excludes = ["aarch64", "ppc64le"] # base only amd64