From 8967150dd11150b0c0b16c01a387f2e580176a5b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 21 Aug 2025 10:53:39 +0200 Subject: [PATCH] Revert "test: disable centos9 iso test for now because kernel panic" This reverts commit 3f3b315cb8fbd1f31226bebf50efc9f18a91e291. --- test/testcases.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/testcases.py b/test/testcases.py index f565e1dce..973261580 100644 --- a/test/testcases.py +++ b/test/testcases.py @@ -97,8 +97,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements if what == "anaconda-iso": return [ TestCaseFedora(image="anaconda-iso", sign=True), - # 2025-08-21: disabled because of https://issues.redhat.com/browse/RHEL-109635 - # TestCaseC9S(image="anaconda-iso"), + TestCaseC9S(image="anaconda-iso"), TestCaseC10S(image="anaconda-iso"), ] if what == "qemu-cross":