Skip to content

Commit

Permalink
test: centos8 mirrorlist has been down for a long time (#837)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 5, 2024
1 parent 250d102 commit f7e93ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func TestIPKSpecific(t *testing.T) {

func TestRPMSign(t *testing.T) {
t.Parallel()
for _, os := range []string{"centos9", "centos8", "fedora34", "fedora36", "fedora38"} {
for _, os := range []string{"centos9", "fedora34", "fedora36", "fedora38"} {
os := os
t.Run(fmt.Sprintf("rpm/amd64/sign/%s", os), func(t *testing.T) {
t.Parallel()
Expand Down
20 changes: 0 additions & 20 deletions testdata/acceptance/rpm_centos8.dockerfile

This file was deleted.

0 comments on commit f7e93ef

Please sign in to comment.