From 1b7fb7ff2a2a9d535ec95dd3aedbf8e1fc627212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 21 Aug 2024 11:58:19 +0200 Subject: [PATCH] Drop package install test for CentOS stream (#329) CentOS 8 Stream is EOL and the test fails because mirrors are down --- packages/test/centos.bats | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 packages/test/centos.bats diff --git a/packages/test/centos.bats b/packages/test/centos.bats deleted file mode 100644 index 47fc640..0000000 --- a/packages/test/centos.bats +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bats - -@test "CentOS 8 Stream" { - ./test-install-on-docker.sh quay.io/centos/centos:stream8 -}