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

Commit

Permalink
PR #1743: re-enable Arch Linux rootemu tests (reverts PR #1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
reidpr authored Oct 25, 2023
1 parent 6dba8f0 commit 238459c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/force-auto.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,7 @@ 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.
#
# FIXME: This is currently disabled due to GPG key problems (#1722)
#class T_Arch_Latest(Test):
class Arch_Latest(Test):
class T_Arch_Latest(Test):
config = "arch"
base = "archlinux:latest"
arch_excludes = ["aarch64", "ppc64le"] # base only amd64
Expand Down

0 comments on commit 238459c

Please sign in to comment.