Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
--force tests: disable Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
reidpr committed Sep 7, 2023
1 parent 59b2bf3 commit ae01f01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/force-auto.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae01f01

Please sign in to comment.