From e5a1516542bafab17e1eaaa04e8ce75bbe1bd819 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Thu, 6 Feb 2025 14:18:20 +0100 Subject: [PATCH] Revert "Disable certificate test on rhel9 until the feature is released (rhel61434)" This reverts commit 393e729bc7d71c5ac2c3d25e947fc625ff587792. --- certificate.sh | 2 +- containers/runner/skip-testtypes | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/certificate.sh b/certificate.sh index 1a0f0445..a1ff07ae 100755 --- a/certificate.sh +++ b/certificate.sh @@ -19,6 +19,6 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="security rhel61430 rhel61434" +TESTTYPE="security rhel61430" . ${KSTESTDIR}/functions.sh diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index 224da954..e4e054ba 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -71,7 +71,6 @@ rhel10_skip_array=( gh1110 # storage-multipath-autopart failing gh1207 # packages-multilib failing gh1213 # harddrive-iso-single failing - rhel61434 # certifcate test failing on rhel10 (not released yet) ) # used in workflows/daily-boot-iso-rhel8.yml